diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-20 11:59:38 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:46 -0500 |
commit | b3c4ee7016ad9d4c51887591b8a62c05f59cc498 (patch) | |
tree | 97288dfd3cf68cb68d046777e1d354b8f5750475 /drivers/media/video/cx88/cx88.h | |
parent | 7730bef9c5eaaecc3f441cd389ae189b17759117 (diff) |
V4L/DVB (5109): Convert cx88-blackbird to use video_ioctl2
This patch finishes cx88-blackbird conversion to use video_ioctl2. Video
standards are generated automatically inside videodev.c. the big ioctl
parser is removed, using, instead, video_ioctl2.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 |