summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/pwc/pwc.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/drivers/media/video/pwc/pwc.h')
-rw-r--r--linux/drivers/media/video/pwc/pwc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/video/pwc/pwc.h b/linux/drivers/media/video/pwc/pwc.h
index 926defb11..ade796037 100644
--- a/linux/drivers/media/video/pwc/pwc.h
+++ b/linux/drivers/media/video/pwc/pwc.h
@@ -341,8 +341,7 @@ extern int pwc_camera_power(struct pwc_device *pdev, int power);
extern int pwc_ioctl(struct pwc_device *pdev, unsigned int cmd, void *arg);
/** Functions in pwc-v4l.c */
-extern int pwc_video_do_ioctl(struct inode *inode, struct file *file,
- unsigned int cmd, void *arg);
+extern int pwc_video_do_ioctl(struct file *file, unsigned int cmd, void *arg);
/** pwc-uncompress.c */
/* Expand frame to image, possibly including decompression. Uses read_frame and fill_image */