diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-11 19:58:44 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-07-11 19:58:44 +0000 |
commit | 58b66cdd75bc9b24acddcbccb46e8bfed4426c96 (patch) | |
tree | e4bf2c21711f0175e4d1e74ade4f7cd8319f7d1f /target/linux/generic/patches-3.18/259-regmap_dynamic.patch | |
parent | 05ae45ac6fa2b8a090b2854ba72ef490bf2584ff (diff) | |
download | mtk-20170518-58b66cdd75bc9b24acddcbccb46e8bfed4426c96.zip mtk-20170518-58b66cdd75bc9b24acddcbccb46e8bfed4426c96.tar.gz mtk-20170518-58b66cdd75bc9b24acddcbccb46e8bfed4426c96.tar.bz2 |
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.patch | 2 |
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 44548ca..63c85dd 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); |