Skip to content

Commit

Permalink
usb: host: remove ehci-pxa168.c
Browse files Browse the repository at this point in the history
Since ehci-mv.c can cover Marvell PXA and MMP series including PXA168,
so this driver seems redundant now.

Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Cc: <tanmay.upadhyay@einfochips.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Neil Zhang authored and Greg Kroah-Hartman committed Feb 24, 2012
1 parent 711c68b commit 0cedc4e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 375 deletions.
7 changes: 0 additions & 7 deletions drivers/usb/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,3 @@ config USB_OCTEON_OHCI
config USB_OCTEON2_COMMON
bool
default y if USB_OCTEON_EHCI || USB_OCTEON_OHCI

config USB_PXA168_EHCI
bool "Marvell PXA168 on-chip EHCI HCD support"
depends on USB_EHCI_HCD && ARCH_MMP
help
Enable support for Marvell PXA168 SoC's on-chip EHCI
host controller
5 changes: 0 additions & 5 deletions drivers/usb/host/ehci-hcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1361,11 +1361,6 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ehci_grlib_driver
#endif

#ifdef CONFIG_USB_PXA168_EHCI
#include "ehci-pxa168.c"
#define PLATFORM_DRIVER ehci_pxa168_driver
#endif

#ifdef CONFIG_CPU_XLR
#include "ehci-xls.c"
#define PLATFORM_DRIVER ehci_xls_driver
Expand Down
363 changes: 0 additions & 363 deletions drivers/usb/host/ehci-pxa168.c

This file was deleted.

0 comments on commit 0cedc4e

Please sign in to comment.