]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/media/video/gspca/gspca.h
V4L/DVB (9541): gspca: Add infrared control for sonixj - mi0360.
[linux-2.6-omap-h63xx.git] / drivers / media / video / gspca / gspca.h
index d25e8d69373b8d94335579d4d337054e80164f31..2ae1ad7c1483ea8d235f0c9396cbb4f75c3ea632 100644 (file)
@@ -120,7 +120,7 @@ struct gspca_frame {
 };
 
 struct gspca_dev {
-       struct video_device *vdev;
+       struct video_device vdev;       /* !! must be the first item */
        struct module *module;          /* subdriver handling the device */
        struct usb_device *dev;
        struct kref kref;