|
@@ -2272,7 +2272,7 @@ done:
|
|
*/
|
|
*/
|
|
static const struct v4l2_file_operations bcm2048_fops = {
|
|
static const struct v4l2_file_operations bcm2048_fops = {
|
|
.owner = THIS_MODULE,
|
|
.owner = THIS_MODULE,
|
|
- .ioctl = video_ioctl2,
|
|
|
|
|
|
+ .unlocked_ioctl = video_ioctl2,
|
|
/* for RDS read support */
|
|
/* for RDS read support */
|
|
.open = bcm2048_fops_open,
|
|
.open = bcm2048_fops_open,
|
|
.release = bcm2048_fops_release,
|
|
.release = bcm2048_fops_release,
|