diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-11-19 18:39:12 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-11-19 18:39:12 +0000 |
commit | 8bac0df4aefa6fedf0a7f2e05e936d9e5d658863 (patch) | |
tree | a45f5ffecac1c554723bdefb07e0931947cbc809 /target/linux/brcm63xx | |
parent | a97304cf61f18ec35c4f9305970ed0014f83b6d4 (diff) | |
download | upstream-8bac0df4aefa6fedf0a7f2e05e936d9e5d658863.tar.gz upstream-8bac0df4aefa6fedf0a7f2e05e936d9e5d658863.tar.bz2 upstream-8bac0df4aefa6fedf0a7f2e05e936d9e5d658863.zip |
linux: update 3.0 to 3.0.9
SVN-Revision: 29264
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-3.0/011-add_bcm63xx_ehci_controller.patch | 2 |
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 |