V4L/DVB: bttv: use unlocked ioctl
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
c37db91fd0
commit
8979e9d42b
1 changed files with 7 additions and 7 deletions
|
@ -3420,7 +3420,7 @@ static const struct v4l2_file_operations bttv_fops =
|
|||
.owner = THIS_MODULE,
|
||||
.open = bttv_open,
|
||||
.release = bttv_release,
|
||||
.ioctl = video_ioctl2,
|
||||
.unlocked_ioctl = video_ioctl2,
|
||||
.read = bttv_read,
|
||||
.mmap = bttv_mmap,
|
||||
.poll = bttv_poll,
|
||||
|
|
Loading…
Add table
Reference in a new issue