aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-08-06 09:51:55 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-08-06 09:51:55 +0000
commit7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5 (patch)
tree194910b1794e66881217b0e80c70389c72695c1b /target/linux/brcm47xx/patches-3.0/023-usb_ehci_ohci.patch
parent652b0357c9688fb7539ae880a350a28f2161f61d (diff)
downloadmaster-187ad058-7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5.tar.gz
master-187ad058-7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5.tar.bz2
master-187ad058-7f6a8eafbf7278a9ab48fa60aaa5ae8038ae77a5.zip
kernel: update to kernel version 3.0.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27918 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch4
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 a3ec2b70d0..ed444548be 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
-@@ -1354,17 +1354,21 @@ static int __init ehci_hcd_init(void)
+@@ -1352,17 +1352,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:
-@@ -1397,9 +1401,11 @@ module_init(ehci_hcd_init);
+@@ -1395,9 +1399,11 @@ module_init(ehci_hcd_init);
static void __exit ehci_hcd_cleanup(void)
{