X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/86a107e5443812428723192711f8def571f83aa9..7d80e1897f3e5360fd89ec04553114e4933de3e6:/target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch diff --git a/target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch b/target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch index d975302e6..5140a723e 100644 --- a/target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch +++ b/target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch @@ -152,7 +152,7 @@ +#endif --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c -@@ -1350,17 +1350,21 @@ static int __init ehci_hcd_init(void) +@@ -1380,17 +1380,21 @@ static int __init ehci_hcd_init(void) goto clean4; #endif @@ -174,7 +174,7 @@ #ifdef XILINX_OF_PLATFORM_DRIVER platform_driver_unregister(&XILINX_OF_PLATFORM_DRIVER); clean4: -@@ -1393,9 +1397,11 @@ module_init(ehci_hcd_init); +@@ -1423,9 +1427,11 @@ module_init(ehci_hcd_init); static void __exit ehci_hcd_cleanup(void) {