aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Fitzsimons <robfitz@273k.net>2008-04-01 10:42:28 -0400
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-04-01 18:35:45 -0400
commitc137918978889fa4711d286e0a8ca3d93fdcb991 (patch)
treea663ce6ca9d24304dfa11b16ebbfb0764c1db936
parent1b0690134ec5dafb523a951a8756bb8735382fec (diff)
V4L/DVB (7400): bttv: Add a radio compat_ioctl file operation
Signed-off-by: Robert Fitzsimons <robfitz@273k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
-rw-r--r--drivers/media/video/bt8xx/bttv-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c
index ee826fd1b2ca..e68326f28097 100644
--- a/drivers/media/video/bt8xx/bttv-driver.c
+++ b/drivers/media/video/bt8xx/bttv-driver.c
@@ -3611,6 +3611,7 @@ static const struct file_operations radio_fops =
3611 .open = radio_open, 3611 .open = radio_open,
3612 .read = radio_read, 3612 .read = radio_read,
3613 .release = radio_release, 3613 .release = radio_release,
3614 .compat_ioctl = v4l_compat_ioctl32,
3614 .ioctl = video_ioctl2, 3615 .ioctl = video_ioctl2,
3615 .llseek = no_llseek, 3616 .llseek = no_llseek,
3616 .poll = radio_poll, 3617 .poll = radio_poll,