X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmedia%2Fvideo%2Fstradis.c;h=276bded06ab3eb9ac9b7f9414000b1918d81ce24;hb=a14ad05f47b55ea84136eb4da43ea96fa469326a;hp=c109511f21ea8a92b307d4ce1596748567c0348f;hpb=10c993a6b5418cb1026775765ba4c70ffb70853d;p=linux-2.6-omap-h63xx.git diff --git a/drivers/media/video/stradis.c b/drivers/media/video/stradis.c index c109511f21e..276bded06ab 100644 --- a/drivers/media/video/stradis.c +++ b/drivers/media/video/stradis.c @@ -43,6 +43,7 @@ #include #include #include +#include #include "saa7146.h" #include "saa7146reg.h" @@ -1918,7 +1919,6 @@ static const struct file_operations saa_fops = { /* template for video_device-structure */ static struct video_device saa_template = { .name = "SAA7146A", - .type = VID_TYPE_CAPTURE | VID_TYPE_OVERLAY, .fops = &saa_fops, .minor = -1, };