summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ohci-hcd.c
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2012-03-12 21:54:51 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-03-13 21:27:28 (GMT)
commit53dc25ada62ff418bbbffb6bd982ed923cd84021 (patch)
treea98ea893e331c018af46392858e8a8aed71796ca /drivers/usb/host/ohci-hcd.c
parent286431048b99705b555b6040da72bb2964386cea (diff)
downloadlinux-53dc25ada62ff418bbbffb6bd982ed923cd84021.tar.xz
USB: ohci-nxp: Support for LPC32xx
This patch adds support for the LPC32xx to ohci-nxp Signed-off-by: Roland Stigge <stigge@antcom.de> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-hcd.c')
-rw-r--r--drivers/usb/host/ohci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
index dba50de..c1c550f 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
@@ -1050,7 +1050,7 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ohci_hcd_at91_driver
#endif
-#ifdef CONFIG_ARCH_PNX4008
+#if defined(CONFIG_ARCH_PNX4008) || defined(CONFIG_ARCH_LPC32XX)
#include "ohci-nxp.c"
#define PLATFORM_DRIVER usb_hcd_nxp_driver
#endif