diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-20 14:59:38 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-01-20 14:59:38 -0200 |
commit | 65e4c6def969e553c32b351221e2c4d62eaa0fcc (patch) | |
tree | f84b7ede56aceefc155519eb08646d71505a8be2 /linux/drivers/media/video/cx88/cx88.h | |
parent | b206ad519d76ca074b086fd6d2b41b4cb5fe537d (diff) | |
download | mediapointer-dvb-s2-65e4c6def969e553c32b351221e2c4d62eaa0fcc.tar.gz mediapointer-dvb-s2-65e4c6def969e553c32b351221e2c4d62eaa0fcc.tar.bz2 |
Convert cx88-blackbird to use video_ioctl2
From: Mauro Carvalho Chehab <mchehab@infradead.org>
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 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index ef9513eb9..5bb190eb2 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -684,13 +684,6 @@ int cx88_get_control(struct cx88_core *core, struct v4l2_control *ctl); int cx88_set_control(struct cx88_core *core, struct v4l2_control *ctl); int cx88_video_mux(struct cx88_core *core, unsigned int input); -/* ----------------------------------------------------------- */ -/* cx88-blackbird.c */ -/* used by cx88-ivtv ioctl emulation layer */ -extern int (*cx88_ioctl_hook)(struct inode *inode, struct file *file, - unsigned int cmd, void *arg); -extern unsigned int (*cx88_ioctl_translator)(unsigned int cmd); - /* * Local variables: * c-basic-offset: 8 |