diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-22 12:45:07 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-22 12:45:07 +0000 |
commit | 54f5f6fa6c8aff9b2d9e1de626a8f5cd70de56fa (patch) | |
tree | b63e132b308f263eb87266a2df76bedec7db70a4 /target/linux/generic/patches-4.1/259-regmap_dynamic.patch | |
parent | 9384cc59512c6974908289b67c3321d40ee4f19b (diff) | |
download | upstream-54f5f6fa6c8aff9b2d9e1de626a8f5cd70de56fa.tar.gz upstream-54f5f6fa6c8aff9b2d9e1de626a8f5cd70de56fa.tar.bz2 upstream-54f5f6fa6c8aff9b2d9e1de626a8f5cd70de56fa.zip |
kernel: update to linux 4.1.3
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46437
Diffstat (limited to 'target/linux/generic/patches-4.1/259-regmap_dynamic.patch')
-rw-r--r-- | target/linux/generic/patches-4.1/259-regmap_dynamic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.1/259-regmap_dynamic.patch b/target/linux/generic/patches-4.1/259-regmap_dynamic.patch index 33ca2f65c9..def9ace7ff 100644 --- a/target/linux/generic/patches-4.1/259-regmap_dynamic.patch +++ b/target/linux/generic/patches-4.1/259-regmap_dynamic.patch @@ -78,7 +78,7 @@ #include <linux/mutex.h> #include <linux/err.h> #include <linux/of.h> -@@ -2632,3 +2633,5 @@ static int __init regmap_initcall(void) +@@ -2631,3 +2632,5 @@ static int __init regmap_initcall(void) return 0; } postcore_initcall(regmap_initcall); |