aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video')
-rw-r--r--drivers/media/video/omap24xxcam.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/omap24xxcam.c b/drivers/media/video/omap24xxcam.c
index 805faaea6449..2cea7fee9b51 100644
--- a/drivers/media/video/omap24xxcam.c
+++ b/drivers/media/video/omap24xxcam.c
@@ -1665,7 +1665,6 @@ static int omap24xxcam_device_register(struct v4l2_int_device *s)
1665 vfd->parent = cam->dev; 1665 vfd->parent = cam->dev;
1666 1666
1667 strlcpy(vfd->name, CAM_NAME, sizeof(vfd->name)); 1667 strlcpy(vfd->name, CAM_NAME, sizeof(vfd->name));
1668 vfd->vfl_type = VID_TYPE_CAPTURE | VID_TYPE_CHROMAKEY;
1669 vfd->fops = &omap24xxcam_fops; 1668 vfd->fops = &omap24xxcam_fops;
1670 vfd->minor = -1; 1669 vfd->minor = -1;
1671 vfd->ioctl_ops = &omap24xxcam_ioctl_fops; 1670 vfd->ioctl_ops = &omap24xxcam_ioctl_fops;