Skip to content

Commit

Permalink
V4L/DVB (7400): bttv: Add a radio compat_ioctl file operation
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Fitzsimons <robfitz@273k.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Robert Fitzsimons authored and Mauro Carvalho Chehab committed Apr 1, 2008
1 parent 1b06901 commit c137918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/bt8xx/bttv-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c137918

Please sign in to comment.