diff options
Diffstat (limited to 'drivers/media/video/pwc')
-rw-r--r-- | drivers/media/video/pwc/pwc.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/media/video/pwc/pwc.h b/drivers/media/video/pwc/pwc.h index 13b85246a261..f4aa386477c8 100644 --- a/drivers/media/video/pwc/pwc.h +++ b/drivers/media/video/pwc/pwc.h | |||
@@ -106,9 +106,6 @@ | |||
106 | #define FEATURE_CODEC1 0x0002 | 106 | #define FEATURE_CODEC1 0x0002 |
107 | #define FEATURE_CODEC2 0x0004 | 107 | #define FEATURE_CODEC2 0x0004 |
108 | 108 | ||
109 | /* Turn certain features on/off */ | ||
110 | #define PWC_INT_PIPE 0 | ||
111 | |||
112 | /* Ignore errors in the first N frames, to allow for startup delays */ | 109 | /* Ignore errors in the first N frames, to allow for startup delays */ |
113 | #define FRAME_LOWMARK 5 | 110 | #define FRAME_LOWMARK 5 |
114 | 111 | ||
@@ -232,11 +229,6 @@ struct pwc_device | |||
232 | struct input_dev *button_dev; /* webcam snapshot button input */ | 229 | struct input_dev *button_dev; /* webcam snapshot button input */ |
233 | char button_phys[64]; | 230 | char button_phys[64]; |
234 | #endif | 231 | #endif |
235 | |||
236 | /*** Misc. data ***/ | ||
237 | #if PWC_INT_PIPE | ||
238 | void *usb_int_handler; /* for the interrupt endpoint */ | ||
239 | #endif | ||
240 | }; | 232 | }; |
241 | 233 | ||
242 | /* Global variables */ | 234 | /* Global variables */ |