All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [media] gspca: remove obsolete Kconfig macros
@ 2013-03-28 21:33 Paul Bolle
  2013-03-29  8:49 ` Hans de Goede
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2013-03-28 21:33 UTC (permalink / raw)
  To: Hans de Goede, Mauro Carvalho Chehab; +Cc: linux-media, linux-kernel

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>
---
Untested, as usual.

 drivers/media/usb/gspca/etoms.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/media/usb/gspca/etoms.c b/drivers/media/usb/gspca/etoms.c
index 38f68e1..f165581 100644
--- a/drivers/media/usb/gspca/etoms.c
+++ b/drivers/media/usb/gspca/etoms.c
@@ -768,9 +768,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
 	{}
 };
 
-- 
1.7.11.7


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-03-29 11:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-28 21:33 [PATCH] [media] gspca: remove obsolete Kconfig macros Paul Bolle
2013-03-29  8:49 ` Hans de Goede
2013-03-29 11:11   ` Mauro Carvalho Chehab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.