Skip to content

Commit

Permalink
USB: OHCI: remove Netlogic XLS 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-xls 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 ee2ef6b commit c2e91e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 157 deletions.
5 changes: 0 additions & 5 deletions drivers/usb/host/ohci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1196,11 +1196,6 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ohci_hcd_tilegx_driver
#endif

#ifdef CONFIG_CPU_XLR
#include "ohci-xls.c"
#define PLATFORM_DRIVER ohci_xls_driver
#endif

#ifdef CONFIG_USB_OHCI_HCD_PLATFORM
#include "ohci-platform.c"
#define PLATFORM_DRIVER ohci_platform_driver
Expand Down
152 changes: 0 additions & 152 deletions drivers/usb/host/ohci-xls.c

This file was deleted.

0 comments on commit c2e91e0

Please sign in to comment.