summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/hexium_orion.c
diff options
context:
space:
mode:
authorMichael Hunold <devnull@localhost>2003-06-03 13:09:55 +0000
committerMichael Hunold <devnull@localhost>2003-06-03 13:09:55 +0000
commit00699a4029ce618643bb164cde178e6deccfbccb (patch)
treecd2df7f0eb5b477b48b767960a85154300c1b52f /linux/drivers/media/video/hexium_orion.c
parenta9f1c290863f5aabdb9f36dfe7a1499ae05a9d45 (diff)
downloadmediapointer-dvb-s2-00699a4029ce618643bb164cde178e6deccfbccb.tar.gz
mediapointer-dvb-s2-00699a4029ce618643bb164cde178e6deccfbccb.tar.bz2
Follow the latest changes in the saa7146 driver core.
Diffstat (limited to 'linux/drivers/media/video/hexium_orion.c')
-rw-r--r--linux/drivers/media/video/hexium_orion.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/drivers/media/video/hexium_orion.c b/linux/drivers/media/video/hexium_orion.c
index f6d4ca5a3..2030e8200 100644
--- a/linux/drivers/media/video/hexium_orion.c
+++ b/linux/drivers/media/video/hexium_orion.c
@@ -174,8 +174,9 @@ static int hexium_detach(struct saa7146_dev* dev)
return 0;
}
-static int hexium_ioctl(struct saa7146_dev *dev, unsigned int cmd, void *arg)
+static int hexium_ioctl(struct saa7146_fh *fh, unsigned int cmd, void *arg)
{
+ struct saa7146_dev *dev = fh->dev;
struct hexium* hexium = (struct hexium*)dev->ext_priv;
/*
struct saa7146_vv *vv = dev->vv_data;