aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-06-18 15:52:15 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-06-18 15:52:15 +0000
commit79a7343560186716f25673c4bf43f752b4fb9032 (patch)
treef32c2e463010c0eb9f1e80d632625c3b252360f6 /target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch
parent75f9e0c615d2fe50259ac6bc96e2b849fc975ea7 (diff)
downloadupstream-79a7343560186716f25673c4bf43f752b4fb9032.tar.gz
upstream-79a7343560186716f25673c4bf43f752b4fb9032.tar.bz2
upstream-79a7343560186716f25673c4bf43f752b4fb9032.zip
kernel: update to kernel 2.6.38.8
SVN-Revision: 27218
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch b/target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch
index cf7425de66..6bcc4c3fbd 100644
--- a/target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch
+++ b/target/linux/brcm47xx/patches-2.6.38/023-usb_ehci_ohci.patch
@@ -152,7 +152,7 @@
+#endif
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -1322,17 +1322,21 @@ static int __init ehci_hcd_init(void)
+@@ -1324,17 +1324,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:
-@@ -1365,9 +1369,11 @@ module_init(ehci_hcd_init);
+@@ -1367,9 +1371,11 @@ module_init(ehci_hcd_init);
static void __exit ehci_hcd_cleanup(void)
{