diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-10-08 09:11:25 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-10-22 14:23:58 -0400 |
commit | f3a958d30dd1ceac83a3b82b5260475c7697d53a (patch) | |
tree | 6fe1ef8a2b7c81e47195068cab04828ec0e9e979 /drivers/usb/host/ehci-hcd.c | |
parent | b898f5fa39f8606d64f1760ac09400e9323fed83 (diff) |
USB: EHCI: remove CNS3xxx EHCI platform driver
The users have been converted to use the ehci platform driver instead, thus
making the ehci-cns3xxx driver obsolete, so remove it.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r-- | drivers/usb/host/ehci-hcd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index add37bc4bc18..28fb5ddaf786 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
@@ -1259,11 +1259,6 @@ MODULE_LICENSE ("GPL"); | |||
1259 | #define PLATFORM_DRIVER ehci_octeon_driver | 1259 | #define PLATFORM_DRIVER ehci_octeon_driver |
1260 | #endif | 1260 | #endif |
1261 | 1261 | ||
1262 | #ifdef CONFIG_USB_CNS3XXX_EHCI | ||
1263 | #include "ehci-cns3xxx.c" | ||
1264 | #define PLATFORM_DRIVER cns3xxx_ehci_driver | ||
1265 | #endif | ||
1266 | |||
1267 | #ifdef CONFIG_ARCH_VT8500 | 1262 | #ifdef CONFIG_ARCH_VT8500 |
1268 | #include "ehci-vt8500.c" | 1263 | #include "ehci-vt8500.c" |
1269 | #define PLATFORM_DRIVER vt8500_ehci_driver | 1264 | #define PLATFORM_DRIVER vt8500_ehci_driver |