|
@@ -1672,7 +1672,7 @@ static const struct v4l2_file_operations video_fops =
|
|
.read = video_read,
|
|
.read = video_read,
|
|
.poll = video_poll,
|
|
.poll = video_poll,
|
|
.mmap = video_mmap,
|
|
.mmap = video_mmap,
|
|
- .ioctl = video_ioctl2,
|
|
|
|
|
|
+ .unlocked_ioctl = video_ioctl2,
|
|
};
|
|
};
|
|
|
|
|
|
static const struct v4l2_ioctl_ops video_ioctl_ops = {
|
|
static const struct v4l2_ioctl_ops video_ioctl_ops = {
|
|
@@ -1722,7 +1722,7 @@ static const struct v4l2_file_operations radio_fops =
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.open = video_open,
|
|
.open = video_open,
|
|
.release = video_release,
|
|
.release = video_release,
|
|
- .ioctl = video_ioctl2,
|
|
|
|
|
|
+ .unlocked_ioctl = video_ioctl2,
|
|
};
|
|
};
|
|
|
|
|
|
static const struct v4l2_ioctl_ops radio_ioctl_ops = {
|
|
static const struct v4l2_ioctl_ops radio_ioctl_ops = {
|