diff options
Diffstat (limited to 'drivers/media/video/s2255drv.c')
-rw-r--r-- | drivers/media/video/s2255drv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/s2255drv.c b/drivers/media/video/s2255drv.c index 92dfb1845ff4..b1d09d8e2b85 100644 --- a/drivers/media/video/s2255drv.c +++ b/drivers/media/video/s2255drv.c | |||
@@ -1705,7 +1705,6 @@ static const struct v4l2_ioctl_ops s2255_ioctl_ops = { | |||
1705 | 1705 | ||
1706 | static struct video_device template = { | 1706 | static struct video_device template = { |
1707 | .name = "s2255v", | 1707 | .name = "s2255v", |
1708 | .type = VID_TYPE_CAPTURE, | ||
1709 | .fops = &s2255_fops_v4l, | 1708 | .fops = &s2255_fops_v4l, |
1710 | .ioctl_ops = &s2255_ioctl_ops, | 1709 | .ioctl_ops = &s2255_ioctl_ops, |
1711 | .minor = -1, | 1710 | .minor = -1, |