aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2011-06-18 15:52:15 +0000
committerHauke Mehrtens <hauke@openwrt.org>2011-06-18 15:52:15 +0000
commit791f4d23e2d37a9c8e92a43e3634913d87562ea5 (patch)
tree53679ae64c8627c4a9b36830169469766f885452 /target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch
parentcbd8113c9faa614b939de66f476426d46c34f8d0 (diff)
downloadupstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.tar.gz
upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.tar.bz2
upstream-791f4d23e2d37a9c8e92a43e3634913d87562ea5.zip
kernel: update to kernel 2.6.38.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27218 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch')
-rw-r--r--target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch b/target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch
index 496b6c078f..6b042b170f 100644
--- a/target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch
+++ b/target/linux/brcm47xx/patches-2.6.38/022-USB-Add-ehci-ssb-driver.patch
@@ -37,7 +37,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
depends on USB
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -1254,9 +1254,14 @@ MODULE_LICENSE ("GPL");
+@@ -1256,9 +1256,14 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ehci_msm_driver
#endif
@@ -53,7 +53,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
#error "missing bus glue for ehci-hcd"
#endif
-@@ -1316,10 +1321,20 @@ static int __init ehci_hcd_init(void)
+@@ -1318,10 +1323,20 @@ static int __init ehci_hcd_init(void)
if (retval < 0)
goto clean4;
#endif
@@ -75,7 +75,7 @@ Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
clean4:
#endif
#ifdef OF_PLATFORM_DRIVER
-@@ -1350,6 +1365,9 @@ module_init(ehci_hcd_init);
+@@ -1352,6 +1367,9 @@ module_init(ehci_hcd_init);
static void __exit ehci_hcd_cleanup(void)
{