diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-30 21:05:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-30 21:05:37 +0000 |
commit | 36bf5d3dadfa5bf0af2e4776495d24fb51d5ecd1 (patch) | |
tree | 51dc44b25478aa722b1f0755915f633a53b8526b | |
parent | 3068fd84f609cd1c08cf3ce72f5ceefa88b72dbb (diff) | |
download | upstream-36bf5d3dadfa5bf0af2e4776495d24fb51d5ecd1.tar.gz upstream-36bf5d3dadfa5bf0af2e4776495d24fb51d5ecd1.tar.bz2 upstream-36bf5d3dadfa5bf0af2e4776495d24fb51d5ecd1.zip |
update .26 USB patch as well (missed from r13455)
SVN-Revision: 13456
-rw-r--r-- | target/linux/ar71xx/patches-2.6.26/003-ar71xx_usb_host.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches-2.6.26/003-ar71xx_usb_host.patch b/target/linux/ar71xx/patches-2.6.26/003-ar71xx_usb_host.patch index 38c0e8569f..c5dd3d29f3 100644 --- a/target/linux/ar71xx/patches-2.6.26/003-ar71xx_usb_host.patch +++ b/target/linux/ar71xx/patches-2.6.26/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) && \ |