Skip to content

Commit

Permalink
USB: OHCI: remove Alchemy OHCI platform driver.
Browse files Browse the repository at this point in the history
All users have been converted to use the OHCI platform driver instead, thus
making ohci-au1xxx obsolete, 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>
  • Loading branch information
Florian Fainelli authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent e223a4c commit bb5da43
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 239 deletions.
234 changes: 0 additions & 234 deletions drivers/usb/host/ohci-au1xxx.c

This file was deleted.

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

#ifdef CONFIG_MIPS_ALCHEMY
#include "ohci-au1xxx.c"
#define PLATFORM_DRIVER ohci_hcd_au1xxx_driver
#endif

#ifdef CONFIG_ARCH_AT91
#include "ohci-at91.c"
#define PLATFORM_DRIVER ohci_hcd_at91_driver
Expand Down

0 comments on commit bb5da43

Please sign in to comment.