[PATCH] usb: gadget: get rid of two outdated selects

From: Paul Bolle
Date: Fri Mar 08 2013 - 04:49:00 EST


The Kconfig symbols USB_GADGET_DUALSPEED and USB_GADGET_SUPERSPEED were
removed in commit 85b8614d722389202af298e1bf8a599c431fef19 ("usb:
gadget: get rid of USB_GADGET_{DUAL,SUPER}SPEED"). These two select
statements somehow escaped cleaning up. Get rid of these too.

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
---
Tested with "git grep" only.

drivers/usb/gadget/Kconfig | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index 5a0c541..8a5af9b 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -329,8 +329,6 @@ config USB_MV_UDC
config USB_MV_U3D
tristate "MARVELL PXA2128 USB 3.0 controller"
depends on CPU_MMP3
- select USB_GADGET_DUALSPEED
- select USB_GADGET_SUPERSPEED
help
MARVELL PXA2128 Processor series include a super speed USB3.0 device
controller, which support super speed USB peripheral.
--
1.7.11.7

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/