diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-04-15 16:10:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-04-15 16:10:01 +0000 |
commit | 57b68daee99c96fd122bb7e9b39e9065f00376cc (patch) | |
tree | fc0fc12af33e1aa65d5a8b3a0e227183dc09b5f5 /target/linux/generic/patches-3.9/259-regmap_dynamic.patch | |
parent | 25ffe0446cba3244f2c94f91b170b69ac86962e1 (diff) | |
download | mtk-20170518-57b68daee99c96fd122bb7e9b39e9065f00376cc.zip mtk-20170518-57b68daee99c96fd122bb7e9b39e9065f00376cc.tar.gz mtk-20170518-57b68daee99c96fd122bb7e9b39e9065f00376cc.tar.bz2 |
refresh against -rc7
SVN-Revision: 36340
Diffstat (limited to 'target/linux/generic/patches-3.9/259-regmap_dynamic.patch')
-rw-r--r-- | target/linux/generic/patches-3.9/259-regmap_dynamic.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.9/259-regmap_dynamic.patch b/target/linux/generic/patches-3.9/259-regmap_dynamic.patch index 451a5e2..191e5ea 100644 --- a/target/linux/generic/patches-3.9/259-regmap_dynamic.patch +++ b/target/linux/generic/patches-3.9/259-regmap_dynamic.patch @@ -64,7 +64,7 @@ #include <linux/mutex.h> #include <linux/err.h> #include <linux/rbtree.h> -@@ -1778,3 +1779,5 @@ static int __init regmap_initcall(void) +@@ -1779,3 +1780,5 @@ static int __init regmap_initcall(void) return 0; } postcore_initcall(regmap_initcall); |