diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-11-30 20:58:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-11-30 20:58:23 +0000 |
commit | 3068fd84f609cd1c08cf3ce72f5ceefa88b72dbb (patch) | |
tree | 8661612d8922893d0f28da20ebc494f1c228bf8b /target/linux/ar71xx/patches-2.6.27 | |
parent | a89b690fdc5721f27fc0dac33e37c0fd5fc8c9bf (diff) | |
download | mtk-20170518-3068fd84f609cd1c08cf3ce72f5ceefa88b72dbb.zip mtk-20170518-3068fd84f609cd1c08cf3ce72f5ceefa88b72dbb.tar.gz mtk-20170518-3068fd84f609cd1c08cf3ce72f5ceefa88b72dbb.tar.bz2 |
update USB patches
SVN-Revision: 13455
Diffstat (limited to 'target/linux/ar71xx/patches-2.6.27')
-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 a5a11ff..093121f 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) && \ |