|
@@ -2377,7 +2377,7 @@ static const struct v4l2_file_operations radio_fops = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
.open = em28xx_v4l2_open,
|
|
.open = em28xx_v4l2_open,
|
|
.release = em28xx_v4l2_close,
|
|
.release = em28xx_v4l2_close,
|
|
- .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 = {
|