Skip to content

Commit

Permalink
USB: OHCI: remove OHCI SH 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-sh 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>
  • Loading branch information
Florian Fainelli authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 7518f07 commit 231a72e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 147 deletions.
6 changes: 5 additions & 1 deletion drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -387,9 +387,13 @@ config USB_OHCI_HCD_SSB
If unsure, say N.

config USB_OHCI_SH
bool "OHCI support for SuperH USB controller"
bool "OHCI support for SuperH USB controller (DEPRECATED)"
depends on USB_OHCI_HCD && SUPERH
select USB_OHCI_HCD_PLATFORM
---help---
This option is deprecated now and the driver was removed, use
USB_OHCI_HCD_PLATFORM instead.

Enables support for the on-chip OHCI controller on the SuperH.
If you use the PCI OHCI controller, this option is not necessary.

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

#ifdef CONFIG_USB_OHCI_SH
#include "ohci-sh.c"
#define PLATFORM_DRIVER ohci_hcd_sh_driver
#endif


#ifdef CONFIG_USB_OHCI_HCD_PPC_OF
#include "ohci-ppc-of.c"
Expand Down
141 changes: 0 additions & 141 deletions drivers/usb/host/ohci-sh.c

This file was deleted.

0 comments on commit 231a72e

Please sign in to comment.