Browse Source

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>
Robert Fitzsimons 17 years ago
parent
commit
c137918978
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/media/video/bt8xx/bttv-driver.c

+ 1 - 0
drivers/media/video/bt8xx/bttv-driver.c

@@ -3611,6 +3611,7 @@ static const struct file_operations radio_fops =
 	.open	  = radio_open,
 	.read     = radio_read,
 	.release  = radio_release,
+	.compat_ioctl	= v4l_compat_ioctl32,
 	.ioctl	  = video_ioctl2,
 	.llseek	  = no_llseek,
 	.poll     = radio_poll,