aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/stradis.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/stradis.c')
-rw-r--r--drivers/media/video/stradis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/stradis.c b/drivers/media/video/stradis.c
index 6ace8923b797..276bded06ab3 100644
--- a/drivers/media/video/stradis.c
+++ b/drivers/media/video/stradis.c
@@ -1919,7 +1919,6 @@ static const struct file_operations saa_fops = {
1919/* template for video_device-structure */ 1919/* template for video_device-structure */
1920static struct video_device saa_template = { 1920static struct video_device saa_template = {
1921 .name = "SAA7146A", 1921 .name = "SAA7146A",
1922 .type = VID_TYPE_CAPTURE | VID_TYPE_OVERLAY,
1923 .fops = &saa_fops, 1922 .fops = &saa_fops,
1924 .minor = -1, 1923 .minor = -1,
1925}; 1924};