diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 11:35:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2009-05-04 11:35:08 +0000 |
commit | 13f29a0f22806c6d01e3a9a5dcfdf31d63106e6b (patch) | |
tree | 9f6af4c9e1673c9e1c1f0d2e358b21f029573bf4 /target/linux/brcm63xx | |
parent | 7569c0abe98e35c6cfbaf65c3962024b4cd0fdf8 (diff) | |
download | upstream-13f29a0f22806c6d01e3a9a5dcfdf31d63106e6b.tar.gz upstream-13f29a0f22806c6d01e3a9a5dcfdf31d63106e6b.tar.bz2 upstream-13f29a0f22806c6d01e3a9a5dcfdf31d63106e6b.zip |
refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15581 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx')
-rw-r--r-- | target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch b/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch index e5cfdb82a3..630078b2f1 100644 --- a/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch +++ b/target/linux/brcm63xx/patches-2.6.27/008-usb_ehci_support.patch @@ -33,7 +33,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr> #error "missing bus glue for ehci-hcd" --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h -@@ -761,6 +761,11 @@ ehci_port_speed(struct ehci_hcd *ehci, u +@@ -764,6 +764,11 @@ ehci_port_speed(struct ehci_hcd *ehci, u #define writel_be(val, addr) __raw_writel(val, (__force unsigned *)addr) #endif |