]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/cpia2/cpia2_v4l.c
V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device
[mv-sheeva.git] / drivers / media / video / cpia2 / cpia2_v4l.c
index 4e45de78df59716c1d8c62002d42d94e1eff7276..515c8b57a60d8772c7b156fb1e0fd11c02f9d2d3 100644 (file)
@@ -1937,9 +1937,6 @@ static const struct file_operations fops_template = {
 static struct video_device cpia2_template = {
        /* I could not find any place for the old .initialize initializer?? */
        .name=          "CPiA2 Camera",
-       .type=          VID_TYPE_CAPTURE,
-       .type2 =        V4L2_CAP_VIDEO_CAPTURE |
-                       V4L2_CAP_STREAMING,
        .minor=         -1,
        .fops=          &fops_template,
        .release=       video_device_release,