diff options
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-context.h')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-context.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-context.h b/drivers/media/video/pvrusb2/pvrusb2-context.h index 6327fa1f7e4f..a04187a93225 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-context.h +++ b/drivers/media/video/pvrusb2/pvrusb2-context.h | |||
@@ -45,14 +45,11 @@ struct pvr2_context { | |||
45 | struct pvr2_context_stream video_stream; | 45 | struct pvr2_context_stream video_stream; |
46 | struct mutex mutex; | 46 | struct mutex mutex; |
47 | int disconnect_flag; | 47 | int disconnect_flag; |
48 | int init_flag; | ||
48 | 49 | ||
49 | /* Called after pvr2_context initialization is complete */ | 50 | /* Called after pvr2_context initialization is complete */ |
50 | void (*setup_func)(struct pvr2_context *); | 51 | void (*setup_func)(struct pvr2_context *); |
51 | 52 | ||
52 | /* Work queue overhead for out-of-line processing */ | ||
53 | struct workqueue_struct *workqueue; | ||
54 | struct work_struct workinit; | ||
55 | struct work_struct workpoll; | ||
56 | }; | 53 | }; |
57 | 54 | ||
58 | struct pvr2_channel { | 55 | struct pvr2_channel { |