[include] cmake.mk: fix passing of LDFLAGS
[openwrt.git] / target / linux / brcm63xx / patches-3.0 / 011-add_bcm63xx_ehci_controller.patch
index 913bf36..466b988 100644 (file)
@@ -118,7 +118,7 @@ Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
 +      ehci->big_endian_desc = 0;
 +      ehci->caps = hcd->regs;
 +      ehci->regs = hcd->regs +
-+              HC_LENGTH(ehci_readl(ehci, &ehci->caps->hc_capbase));
++              HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
 +      ehci->hcs_params = ehci_readl(ehci, &ehci->caps->hcs_params);
 +      ehci->sbrn = 0x20;
 +      ehci->ignore_oc = 1;
@@ -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
  
This page took 0.026524 seconds and 4 git commands to generate.