diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-30 20:58:23 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-11-30 20:58:23 +0000 |
commit | 02633fa781eb87378b2a8a9dc8467c215966b7ab (patch) | |
tree | 858a9440191319c365ef788408d02c9564d2f049 /target/linux/ar71xx | |
parent | bf02f554df876fdd4e9be2423dd45671d00e74c8 (diff) |
[ar71xx] update USB patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13455 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch b/target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch index a5a11ff26..093121fc4 100644 --- a/target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch +++ b/target/linux/ar71xx/patches-2.6.27/003-ar71xx_usb_host.patch @@ -34,7 +34,7 @@ +#ifdef CONFIG_USB_EHCI_AR71XX +#include "ehci-ar71xx.c" -+#define PLATFORM_DRIVER ehci_hcd_ar71xx_driver ++#define PLATFORM_DRIVER ehci_ar71xx_driver +#endif + #if !defined(PCI_DRIVER) && !defined(PLATFORM_DRIVER) && \ |