bcm53xx: respect ACTIVE_LOW when powering USB using GPIO
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-3.18 / 800-bcma-use-two-different-initcalls-if-built-in.patch
index 9d229a4c3381aeac49e5b5d747a8393a5a22740a..9f2cd396aedd8b19afc4d15cff0f77a4dbe49e77 100644 (file)
@@ -25,11 +25,9 @@ Do you see any better idea of solving this?
  drivers/bcma/main.c | 16 ++++++++++++++--
  1 file changed, 14 insertions(+), 2 deletions(-)
 
-diff --git a/drivers/bcma/main.c b/drivers/bcma/main.c
-index 9635f10..c394207 100644
 --- a/drivers/bcma/main.c
 +++ b/drivers/bcma/main.c
-@@ -639,13 +639,25 @@ static int bcma_device_uevent(struct device *dev, struct kobj_uevent_env *env)
+@@ -637,13 +637,25 @@ static int bcma_device_uevent(struct dev
                              core->id.rev, core->id.class);
  }
  
@@ -56,7 +54,7 @@ index 9635f10..c394207 100644
  
        err = bcma_host_soc_register_driver();
        if (err) {
-@@ -662,7 +674,7 @@ static int __init bcma_modinit(void)
+@@ -660,7 +672,7 @@ static int __init bcma_modinit(void)
  
        return err;
  }
@@ -65,6 +63,3 @@ index 9635f10..c394207 100644
  
  static void __exit bcma_modexit(void)
  {
--- 
-1.8.4.5
-