aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pwc/pwc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/pwc/pwc.h')
-rw-r--r--drivers/media/video/pwc/pwc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/pwc/pwc.h b/drivers/media/video/pwc/pwc.h
index d6b5b216b9d6..7a6a0d39c2c6 100644
--- a/drivers/media/video/pwc/pwc.h
+++ b/drivers/media/video/pwc/pwc.h
@@ -239,7 +239,6 @@ struct pwc_device
239 int features; /* feature bits */ 239 int features; /* feature bits */
240 240
241 /*** Video data ***/ 241 /*** Video data ***/
242 struct file *capt_file; /* file doing video capture */
243 int vendpoint; /* video isoc endpoint */ 242 int vendpoint; /* video isoc endpoint */
244 int vcinterface; /* video control interface */ 243 int vcinterface; /* video control interface */
245 int valternate; /* alternate interface needed */ 244 int valternate; /* alternate interface needed */
@@ -355,8 +354,6 @@ struct pwc_device
355extern int pwc_trace; 354extern int pwc_trace;
356#endif 355#endif
357 356
358int pwc_test_n_set_capt_file(struct pwc_device *pdev, struct file *file);
359
360/** Functions in pwc-misc.c */ 357/** Functions in pwc-misc.c */
361/* sizes in pixels */ 358/* sizes in pixels */
362extern const int pwc_image_sizes[PSZ_MAX][2]; 359extern const int pwc_image_sizes[PSZ_MAX][2];