X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/16afabf47d3f67930f7acef9fff8b449cba9499c..ff367a6a34587f7762ee5fefe714efa0118a8ede:/target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch diff --git a/target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch b/target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch index 0d264d70c..2f6bbfe1d 100644 --- a/target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch +++ b/target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch @@ -152,7 +152,7 @@ +#endif --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c -@@ -1284,17 +1284,21 @@ static int __init ehci_hcd_init(void) +@@ -1297,17 +1297,21 @@ static int __init ehci_hcd_init(void) goto clean4; #endif @@ -174,7 +174,7 @@ #ifdef XILINX_OF_PLATFORM_DRIVER of_unregister_platform_driver(&XILINX_OF_PLATFORM_DRIVER); clean4: -@@ -1327,9 +1331,11 @@ module_init(ehci_hcd_init); +@@ -1340,9 +1344,11 @@ module_init(ehci_hcd_init); static void __exit ehci_hcd_cleanup(void) {