diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-22 16:04:25 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-22 16:04:25 +0000 |
commit | 39f491e479eb74e6645ea6dce2219ff7d26570d1 (patch) | |
tree | 85bd63e501b1abf2d5ee1d46ff85b177570ffcd0 /target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch | |
parent | 365f76551af6786d9dda6cb20463a7c37321150e (diff) | |
download | mtk-20170518-39f491e479eb74e6645ea6dce2219ff7d26570d1.zip mtk-20170518-39f491e479eb74e6645ea6dce2219ff7d26570d1.tar.gz mtk-20170518-39f491e479eb74e6645ea6dce2219ff7d26570d1.tar.bz2 |
kernel: update to linux-3.0 and refresh patches.
Thank you Peter Wagner for the patch
SVN-Revision: 27722
Diffstat (limited to 'target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch | 4 |
1 files changed, 2 insertions, 2 deletions
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 d975302..a3ec2b7 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) +@@ -1354,17 +1354,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); +@@ -1397,9 +1401,11 @@ module_init(ehci_hcd_init); static void __exit ehci_hcd_cleanup(void) { |