aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-28 16:33:57 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-29 07:19:26 -0400
commit471c4dd38642eb881c4da8372d69e8d11e450a79 (patch)
tree9a7dcf2789db81c4f1c1328723526c9ef176708f /drivers/media/usb
parent6d43be7789db0455a82a3ad4ff5f713cc588c1e2 (diff)
[media] gspca: remove obsolete Kconfig macros
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>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/gspca/etoms.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/gspca/etoms.c b/drivers/media/usb/gspca/etoms.c
index 948a6357573d..26c9ee1f1045 100644
--- a/drivers/media/usb/gspca/etoms.c
+++ b/drivers/media/usb/gspca/etoms.c
@@ -766,9 +766,7 @@ static const struct sd_desc sd_desc = {
766/* -- module initialisation -- */ 766/* -- module initialisation -- */
767static const struct usb_device_id device_table[] = { 767static const struct usb_device_id device_table[] = {
768 {USB_DEVICE(0x102c, 0x6151), .driver_info = SENSOR_PAS106}, 768 {USB_DEVICE(0x102c, 0x6151), .driver_info = SENSOR_PAS106},
769#if !defined CONFIG_USB_ET61X251 && !defined CONFIG_USB_ET61X251_MODULE
770 {USB_DEVICE(0x102c, 0x6251), .driver_info = SENSOR_TAS5130CXX}, 769 {USB_DEVICE(0x102c, 0x6251), .driver_info = SENSOR_TAS5130CXX},
771#endif
772 {} 770 {}
773}; 771};
774 772