diff options
Diffstat (limited to 'drivers/media/video/stv680.c')
-rw-r--r-- | drivers/media/video/stv680.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/stv680.c b/drivers/media/video/stv680.c index 9053d5a0b1c3..56dc3d6b5b29 100644 --- a/drivers/media/video/stv680.c +++ b/drivers/media/video/stv680.c | |||
@@ -1403,7 +1403,6 @@ static const struct file_operations stv680_fops = { | |||
1403 | }; | 1403 | }; |
1404 | static struct video_device stv680_template = { | 1404 | static struct video_device stv680_template = { |
1405 | .name = "STV0680 USB camera", | 1405 | .name = "STV0680 USB camera", |
1406 | .type = VID_TYPE_CAPTURE, | ||
1407 | .fops = &stv680_fops, | 1406 | .fops = &stv680_fops, |
1408 | .release = video_device_release, | 1407 | .release = video_device_release, |
1409 | .minor = -1, | 1408 | .minor = -1, |