Skip to content

Commit

Permalink
USB: EHCI: remove Alchemy EHCI driver
Browse files Browse the repository at this point in the history
The platform code has been converted to use the ehci-platform driver instead
thus obsoleting the ehci-au1xxx driver, which can be removed.

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>
  • Loading branch information
Florian Fainelli authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 2be350f commit 1de7d89
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 189 deletions.
184 changes: 0 additions & 184 deletions drivers/usb/host/ehci-au1xxx.c

This file was deleted.

5 changes: 0 additions & 5 deletions drivers/usb/host/ehci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1219,11 +1219,6 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ehci_hcd_sh_driver
#endif

#ifdef CONFIG_MIPS_ALCHEMY
#include "ehci-au1xxx.c"
#define PLATFORM_DRIVER ehci_hcd_au1xxx_driver
#endif

#ifdef CONFIG_USB_EHCI_HCD_OMAP
#include "ehci-omap.c"
#define PLATFORM_DRIVER ehci_hcd_omap_driver
Expand Down

0 comments on commit 1de7d89

Please sign in to comment.