kernel: drop bcm47xxpart patch for Xiaomi
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-4.1 / 259-regmap_dynamic.patch
index 33ca2f65c9886a389960046c530a54b5ed0a5ad9..a4bdae6aeca991aaf73ce5571d29fac406c6191e 100644 (file)
@@ -34,8 +34,9 @@
        depends on SPMI
  
  config REGMAP_MMIO
+-      tristate
++      tristate "Regmap MMIO"
 +      select REGMAP
-       tristate
  
  config REGMAP_IRQ
 +      select REGMAP
@@ -78,7 +79,7 @@
  #include <linux/mutex.h>
  #include <linux/err.h>
  #include <linux/of.h>
-@@ -2632,3 +2633,5 @@ static int __init regmap_initcall(void)
+@@ -2631,3 +2632,5 @@ static int __init regmap_initcall(void)
        return 0;
  }
  postcore_initcall(regmap_initcall);