Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1379189 authored by Robert Fitzsimons's avatar Robert Fitzsimons Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (7400): bttv: Add a radio compat_ioctl file operation

parent 1b069013
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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,