]> Pileus Git - ~andy/linux/commitdiff
[media] gspca_stv0680: Remove empty ctrls array
authorHans de Goede <hdegoede@redhat.com>
Sat, 7 Jul 2012 20:12:14 +0000 (17:12 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Mon, 30 Jul 2012 21:41:13 +0000 (18:41 -0300)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/gspca/stv0680.c

index 4e4f86cd5bb0ed19f666cbab337827577f245334..67605272aaa8aac6a8c5a8fce2d381f069213a1a 100644 (file)
@@ -46,10 +46,6 @@ struct sd {
        u8 current_mode;
 };
 
-/* V4L2 controls supported by the driver */
-static const struct ctrl sd_ctrls[] = {
-};
-
 static int stv_sndctrl(struct gspca_dev *gspca_dev, int set, u8 req, u16 val,
                       int size)
 {
@@ -318,8 +314,6 @@ static void sd_pkt_scan(struct gspca_dev *gspca_dev,
 /* sub-driver description */
 static const struct sd_desc sd_desc = {
        .name = MODULE_NAME,
-       .ctrls = sd_ctrls,
-       .nctrls = ARRAY_SIZE(sd_ctrls),
        .config = sd_config,
        .init = sd_init,
        .start = sd_start,