summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2015-07-11 19:58:44 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2015-07-11 19:58:44 +0000
commit58b66cdd75bc9b24acddcbccb46e8bfed4426c96 (patch)
treee4bf2c21711f0175e4d1e74ade4f7cd8319f7d1f /target/linux/generic/patches-3.18/259-regmap_dynamic.patch
parent05ae45ac6fa2b8a090b2854ba72ef490bf2584ff (diff)
downloadmaster-31e0f0ae-58b66cdd75bc9b24acddcbccb46e8bfed4426c96.tar.gz
master-31e0f0ae-58b66cdd75bc9b24acddcbccb46e8bfed4426c96.tar.bz2
master-31e0f0ae-58b66cdd75bc9b24acddcbccb46e8bfed4426c96.zip
kernel: update 3.18 to 3.18.18
Changelog: * https://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.18.18 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46299
Diffstat (limited to 'target/linux/generic/patches-3.18/259-regmap_dynamic.patch')
-rw-r--r--target/linux/generic/patches-3.18/259-regmap_dynamic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/259-regmap_dynamic.patch b/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
index 44548ca8cc..63c85dd40a 100644
--- a/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
+++ b/target/linux/generic/patches-3.18/259-regmap_dynamic.patch
@@ -71,7 +71,7 @@
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/of.h>
-@@ -2631,3 +2632,5 @@ static int __init regmap_initcall(void)
+@@ -2630,3 +2631,5 @@ static int __init regmap_initcall(void)
return 0;
}
postcore_initcall(regmap_initcall);