aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/meye.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/meye.c')
-rw-r--r--drivers/media/video/meye.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/meye.c b/drivers/media/video/meye.c
index f9a6e1e8b4bd..7c8ef6ac6c39 100644
--- a/drivers/media/video/meye.c
+++ b/drivers/media/video/meye.c
@@ -1721,7 +1721,6 @@ static const struct v4l2_ioctl_ops meye_ioctl_ops = {
1721 1721
1722static struct video_device meye_template = { 1722static struct video_device meye_template = {
1723 .name = "meye", 1723 .name = "meye",
1724 .type = VID_TYPE_CAPTURE,
1725 .fops = &meye_fops, 1724 .fops = &meye_fops,
1726 .ioctl_ops = &meye_ioctl_ops, 1725 .ioctl_ops = &meye_ioctl_ops,
1727 .release = video_device_release, 1726 .release = video_device_release,