summaryrefslogtreecommitdiff
path: root/v4l_experimental/pvrusb2/pvrusb2-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-context.h')
-rw-r--r--v4l_experimental/pvrusb2/pvrusb2-context.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-context.h b/v4l_experimental/pvrusb2/pvrusb2-context.h
index 230c2828f..2f453c908 100644
--- a/v4l_experimental/pvrusb2/pvrusb2-context.h
+++ b/v4l_experimental/pvrusb2/pvrusb2-context.h
@@ -1,5 +1,5 @@
/*
- * $Id: pvrusb2-context.h,v 1.1 2005/11/14 13:31:24 mchehab Exp $
+ * $Id: pvrusb2-context.h,v 1.2 2006/01/01 08:26:03 mcisely Exp $
*
* Copyright (C) 2005 Mike Isely <isely@pobox.com>
*
@@ -44,7 +44,6 @@ struct pvr2_context {
struct pvr2_context_stream video_stream;
struct semaphore sem;
int disconnect_flag;
- int kthread_ref_count;
/* Called after pvr2_context initialization is complete */
void (*setup_func)(struct pvr2_context *);
@@ -52,7 +51,7 @@ struct pvr2_context {
/* Work queue overhead for out-of-line processing */
struct workqueue_struct *workqueue;
struct work_struct workinit;
-
+ struct work_struct workpoll;
};
struct pvr2_channel {