V4L/DVB (3599): Implement new routing commands for wm8775 and cs53l32a.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / usb / media / et61x251_sensor.h
index b9df91062fc07e1a77bb96c35076254951724237..56841ae8a207e52227e17fe56ab085c7733aa1b8 100644 (file)
@@ -42,6 +42,9 @@ static int (*et61x251_sensor_table[])(struct et61x251_device*) = {            \
        NULL,                                                                 \
 };
 
+extern struct et61x251_device*
+et61x251_match_id(struct et61x251_device* cam, const struct usb_device_id *id);
+
 extern void
 et61x251_attach_sensor(struct et61x251_device* cam,
                        struct et61x251_sensor* sensor);
@@ -105,8 +108,6 @@ struct et61x251_sensor {
        int (*set_pix_format)(struct et61x251_device* cam,
                              const struct v4l2_pix_format* pix);
 
-       const struct usb_device* usbdev;
-
        /* Private */
        struct v4l2_queryctrl _qctrl[ET61X251_MAX_CTRLS];
        struct v4l2_rect _rect;