aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-03-13 17:14:08 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-03-13 17:14:08 +0000
commit910545f3ebfd8e104082b7093613fdada2d0d07e (patch)
tree9abf34a6529ecbd2a89e444f480875e25ba76093 /target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch
parentcb96d8a00d470b67b83020b069ef45eb27f36709 (diff)
downloadmaster-187ad058-910545f3ebfd8e104082b7093613fdada2d0d07e.tar.gz
master-187ad058-910545f3ebfd8e104082b7093613fdada2d0d07e.tar.bz2
master-187ad058-910545f3ebfd8e104082b7093613fdada2d0d07e.zip
kernel: update to kernel version 2.6.37.3
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26126 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.37/023-usb_ehci_ohci.patch4
1 files changed, 2 insertions, 2 deletions
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 0d264d70c5..2f6bbfe1d2 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)
{