]> Pileus Git - ~andy/linux/commitdiff
[media] gspca: remove obsolete Kconfig macros
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 28 Mar 2013 20:33:57 +0000 (17:33 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 29 Mar 2013 11:19:26 +0000 (08:19 -0300)
The et61x251 driver was removed in v3.5. Remove the last references to
its Kconfig macro now.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/gspca/etoms.c

index 948a6357573d449fc153d06bf3a0ff827e07890d..26c9ee1f1045a197ca7624b5dd007396964c3c68 100644 (file)
@@ -766,9 +766,7 @@ static const struct sd_desc sd_desc = {
 /* -- module initialisation -- */
 static const struct usb_device_id device_table[] = {
        {USB_DEVICE(0x102c, 0x6151), .driver_info = SENSOR_PAS106},
-#if !defined CONFIG_USB_ET61X251 && !defined CONFIG_USB_ET61X251_MODULE
        {USB_DEVICE(0x102c, 0x6251), .driver_info = SENSOR_TAS5130CXX},
-#endif
        {}
 };