aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm63xx/patches-3.0
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-11-19 18:39:12 +0000
committerJonas Gorski <jogo@openwrt.org>2011-11-19 18:39:12 +0000
commit16fd48e131c7085f7e44527c007788e05da80476 (patch)
tree39e2cbceebad180ff668e938e073b12dae8f0ecc /target/linux/brcm63xx/patches-3.0
parent96285ef8bd36201c0187e8fd867c393b6c5a17d8 (diff)
downloadupstream-16fd48e131c7085f7e44527c007788e05da80476.tar.gz
upstream-16fd48e131c7085f7e44527c007788e05da80476.tar.bz2
upstream-16fd48e131c7085f7e44527c007788e05da80476.zip
linux: update 3.0 to 3.0.9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29264 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.0')
-rw-r--r--target/linux/brcm63xx/patches-3.0/011-add_bcm63xx_ehci_controller.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-3.0/011-add_bcm63xx_ehci_controller.patch b/target/linux/brcm63xx/patches-3.0/011-add_bcm63xx_ehci_controller.patch
index ef059f9b75..466b988ef1 100644
--- a/target/linux/brcm63xx/patches-3.0/011-add_bcm63xx_ehci_controller.patch
+++ b/target/linux/brcm63xx/patches-3.0/011-add_bcm63xx_ehci_controller.patch
@@ -165,7 +165,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
+MODULE_ALIAS("platform:bcm63xx_ehci");
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
-@@ -1284,6 +1284,11 @@ MODULE_LICENSE ("GPL");
+@@ -1312,6 +1312,11 @@ MODULE_LICENSE ("GPL");
#define PLATFORM_DRIVER ehci_grlib_driver
#endif