aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/259-regmap_dynamic.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-11-29 10:30:58 +0000
committerLuka Perkov <luka@openwrt.org>2014-11-29 10:30:58 +0000
commit070d3b27c223f23a4793667264441f8c2f008755 (patch)
tree70118ffb38f5c0d059605e8a15e6edee87d21d22 /target/linux/generic/patches-3.14/259-regmap_dynamic.patch
parentd11aefc8eb1faf362ac35712d8a1741768534580 (diff)
downloadupstream-070d3b27c223f23a4793667264441f8c2f008755.tar.gz
upstream-070d3b27c223f23a4793667264441f8c2f008755.tar.bz2
upstream-070d3b27c223f23a4793667264441f8c2f008755.zip
kernel: update 3.14 to 3.14.25
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 43427
Diffstat (limited to 'target/linux/generic/patches-3.14/259-regmap_dynamic.patch')
-rw-r--r--target/linux/generic/patches-3.14/259-regmap_dynamic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.14/259-regmap_dynamic.patch b/target/linux/generic/patches-3.14/259-regmap_dynamic.patch
index 2f60d7fcaf..cf90315add 100644
--- a/target/linux/generic/patches-3.14/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-3.14/259-regmap_dynamic.patch
@@ -68,7 +68,7 @@
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/rbtree.h>
-@@ -2247,3 +2248,5 @@ static int __init regmap_initcall(void)
+@@ -2252,3 +2253,5 @@ static int __init regmap_initcall(void)
return 0;
}
postcore_initcall(regmap_initcall);