diff options
Diffstat (limited to 'drivers/media/video/cx88/cx88.h')
-rw-r--r-- | drivers/media/video/cx88/cx88.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/video/cx88/cx88.h b/drivers/media/video/cx88/cx88.h index a4f4958699b1..0cd1b57bcd12 100644 --- a/drivers/media/video/cx88/cx88.h +++ b/drivers/media/video/cx88/cx88.h | |||
@@ -645,13 +645,6 @@ int cx88_get_control(struct cx88_core *core, struct v4l2_control *ctl); | |||
645 | int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl); | 645 | int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl); |
646 | int cx88_video_mux(struct cx88_core *core, unsigned int input); | 646 | int cx88_video_mux(struct cx88_core *core, unsigned int input); |
647 | 647 | ||
648 | /* ----------------------------------------------------------- */ | ||
649 | /* cx88-blackbird.c */ | ||
650 | /* used by cx88-ivtv ioctl emulation layer */ | ||
651 | extern int (*cx88_ioctl_hook)(struct inode *inode, struct file *file, | ||
652 | unsigned int cmd, void *arg); | ||
653 | extern unsigned int (*cx88_ioctl_translator)(unsigned int cmd); | ||
654 | |||
655 | /* | 648 | /* |
656 | * Local variables: | 649 | * Local variables: |
657 | * c-basic-offset: 8 | 650 | * c-basic-offset: 8 |