diff options
Diffstat (limited to 'target/linux/ar71xx/patches/003-ar71xx_usb_host.patch')
-rw-r--r-- | target/linux/ar71xx/patches/003-ar71xx_usb_host.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/patches/003-ar71xx_usb_host.patch b/target/linux/ar71xx/patches/003-ar71xx_usb_host.patch index 33b24750ea..60c0d1eafc 100644 --- a/target/linux/ar71xx/patches/003-ar71xx_usb_host.patch +++ b/target/linux/ar71xx/patches/003-ar71xx_usb_host.patch @@ -47,7 +47,7 @@ --- a/drivers/usb/host/ohci-hcd.c +++ b/drivers/usb/host/ohci-hcd.c @@ -1057,6 +1057,11 @@ - #define PLATFORM_DRIVER ohci_hcd_sm501_driver + #define SM501_OHCI_DRIVER ohci_hcd_sm501_driver #endif +#ifdef CONFIG_USB_OHCI_AR71XX |