aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/zr364xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/zr364xx.c')
-rw-r--r--drivers/media/video/zr364xx.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/zr364xx.c b/drivers/media/video/zr364xx.c
index 36ba36a5e2ea..18d1c4ba79fb 100644
--- a/drivers/media/video/zr364xx.c
+++ b/drivers/media/video/zr364xx.c
@@ -780,7 +780,6 @@ static const struct v4l2_ioctl_ops zr364xx_ioctl_ops = {
780 780
781static struct video_device zr364xx_template = { 781static struct video_device zr364xx_template = {
782 .name = DRIVER_DESC, 782 .name = DRIVER_DESC,
783 .type = VID_TYPE_CAPTURE,
784 .fops = &zr364xx_fops, 783 .fops = &zr364xx_fops,
785 .ioctl_ops = &zr364xx_ioctl_ops, 784 .ioctl_ops = &zr364xx_ioctl_ops,
786 .release = video_device_release, 785 .release = video_device_release,