|
@@ -50,7 +50,7 @@ static const struct v4l2_file_operations ivtv_v4l2_enc_fops = {
|
|
|
.read = ivtv_v4l2_read,
|
|
|
.write = ivtv_v4l2_write,
|
|
|
.open = ivtv_v4l2_open,
|
|
|
- .unlocked_ioctl = ivtv_v4l2_ioctl,
|
|
|
+ .unlocked_ioctl = video_ioctl2,
|
|
|
.release = ivtv_v4l2_close,
|
|
|
.poll = ivtv_v4l2_enc_poll,
|
|
|
};
|
|
@@ -60,7 +60,7 @@ static const struct v4l2_file_operations ivtv_v4l2_dec_fops = {
|
|
|
.read = ivtv_v4l2_read,
|
|
|
.write = ivtv_v4l2_write,
|
|
|
.open = ivtv_v4l2_open,
|
|
|
- .unlocked_ioctl = ivtv_v4l2_ioctl,
|
|
|
+ .unlocked_ioctl = video_ioctl2,
|
|
|
.release = ivtv_v4l2_close,
|
|
|
.poll = ivtv_v4l2_dec_poll,
|
|
|
};
|