update .26 USB patch as well (missed from r13455)
SVN-Revision: 13456
This commit is contained in:
parent
3068fd84f6
commit
36bf5d3dad
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
|
|
||||||
+#ifdef CONFIG_USB_EHCI_AR71XX
|
+#ifdef CONFIG_USB_EHCI_AR71XX
|
||||||
+#include "ehci-ar71xx.c"
|
+#include "ehci-ar71xx.c"
|
||||||
+#define PLATFORM_DRIVER ehci_hcd_ar71xx_driver
|
+#define PLATFORM_DRIVER ehci_ar71xx_driver
|
||||||
+#endif
|
+#endif
|
||||||
+
|
+
|
||||||
#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
|
#if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \
|
||||||
|
|
Loading…
Reference in a new issue