summaryrefslogtreecommitdiffstats
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
commit9bb302ff9e30785c284c98cfae157ccc08eb15c2 (patch)
tree73e52546ba6a3c373877400a161a10ad6bda4692 /target/linux/generic/patches-4.0/259-regmap_dynamic.patch
parent35df52f89f896d1e55ab19f8fba9a8b4ace302c5 (diff)
downloadmaster-31e0f0ae-9bb302ff9e30785c284c98cfae157ccc08eb15c2.tar.gz
master-31e0f0ae-9bb302ff9e30785c284c98cfae157ccc08eb15c2.tar.bz2
master-31e0f0ae-9bb302ff9e30785c284c98cfae157ccc08eb15c2.zip
generic/4.0: upgrade to 4.0-rc6
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 45198
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);