diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-ioctl.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-ioctl.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/video/ivtv/ivtv-ioctl.h b/drivers/media/video/ivtv/ivtv-ioctl.h index 70188588b4f4..58f003412afd 100644 --- a/drivers/media/video/ivtv/ivtv-ioctl.h +++ b/drivers/media/video/ivtv/ivtv-ioctl.h | |||
@@ -30,7 +30,6 @@ void ivtv_set_funcs(struct video_device *vdev); | |||
30 | int ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std); | 30 | int ivtv_s_std(struct file *file, void *fh, v4l2_std_id *std); |
31 | int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf); | 31 | int ivtv_s_frequency(struct file *file, void *fh, struct v4l2_frequency *vf); |
32 | int ivtv_s_input(struct file *file, void *fh, unsigned int inp); | 32 | int ivtv_s_input(struct file *file, void *fh, unsigned int inp); |
33 | int ivtv_v4l2_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, | 33 | long ivtv_v4l2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); |
34 | unsigned long arg); | ||
35 | 34 | ||
36 | #endif | 35 | #endif |