]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
usb: Add arc ehci driver to ehci core driver
authorRob Herring <r.herring@freescale.com>
Wed, 16 Sep 2009 17:58:30 +0000 (12:58 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:32:29 +0000 (08:32 +0200)
Signed-off-by: Rob Herring <r.herring@freescale.com>
drivers/usb/host/ehci-hcd.c

index bf3418362df6737b30442357db3495097e63c401..58f4472d275e484ebbc4b47d57ff215f736e1963 100644 (file)
@@ -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