aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/stv680.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/stv680.c')
-rw-r--r--drivers/media/video/stv680.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/stv680.c b/drivers/media/video/stv680.c
index da94d3fd8fac..fdcb58b0c121 100644
--- a/drivers/media/video/stv680.c
+++ b/drivers/media/video/stv680.c
@@ -1401,7 +1401,6 @@ static const struct file_operations stv680_fops = {
1401 .llseek = no_llseek, 1401 .llseek = no_llseek,
1402}; 1402};
1403static struct video_device stv680_template = { 1403static struct video_device stv680_template = {
1404 .owner = THIS_MODULE,
1405 .name = "STV0680 USB camera", 1404 .name = "STV0680 USB camera",
1406 .type = VID_TYPE_CAPTURE, 1405 .type = VID_TYPE_CAPTURE,
1407 .fops = &stv680_fops, 1406 .fops = &stv680_fops,