aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.0/259-regmap_dynamic.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-03-31 19:22:28 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-03-31 19:22:28 +0000
commit5764ab1625ce5dd58e92e4e65751a29fe18dbd2c (patch)
treee98a01c1abaeaa5bc16030efe9b236d6d0e4f260 /target/linux/generic/patches-4.0/259-regmap_dynamic.patch
parent5d823c725d09bd2beee36db489c4fad5ebcc5d73 (diff)
downloadmaster-187ad058-5764ab1625ce5dd58e92e4e65751a29fe18dbd2c.tar.gz
master-187ad058-5764ab1625ce5dd58e92e4e65751a29fe18dbd2c.tar.bz2
master-187ad058-5764ab1625ce5dd58e92e4e65751a29fe18dbd2c.zip
generic/4.0: upgrade to 4.0-rc6
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45198 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-4.0/259-regmap_dynamic.patch')
-rw-r--r--target/linux/generic/patches-4.0/259-regmap_dynamic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.0/259-regmap_dynamic.patch b/target/linux/generic/patches-4.0/259-regmap_dynamic.patch
index 9f93aec901..1e80aa2f2c 100644
--- a/target/linux/generic/patches-4.0/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-4.0/259-regmap_dynamic.patch
@@ -75,7 +75,7 @@
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/of.h>
-@@ -2636,3 +2637,5 @@ static int __init regmap_initcall(void)
+@@ -2632,3 +2633,5 @@ static int __init regmap_initcall(void)
return 0;
}
postcore_initcall(regmap_initcall);