From 53f8305263974fda966ad68917afb92651777ae6 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Wed, 16 Sep 2009 12:58:30 -0500 Subject: [PATCH] usb: Add arc ehci driver to ehci core driver Signed-off-by: Rob Herring --- drivers/usb/host/ehci-hcd.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index bf3418362df6..58f4472d275e 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c @@ -1237,6 +1237,11 @@ MODULE_LICENSE ("GPL"); #define PLATFORM_DRIVER ehci_hcd_omap_driver #endif +#ifdef CONFIG_USB_EHCI_ARC +#include "ehci-arc.c" +#define PLATFORM_DRIVER ehci_fsl_driver +#endif + #ifdef CONFIG_PPC_PS3 #include "ehci-ps3.c" #define PS3_SYSTEM_BUS_DRIVER ps3_ehci_driver -- 2.39.5