diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-09 16:16:20 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-04-09 16:16:20 +0000 |
commit | 9a2aa8e7e2fc744eaa53ff1382ba0380b91e0d8b (patch) | |
tree | 3fee9ec05b5b01f11df78a3cdcd6158a08c811ab /target/linux/generic/patches-3.9/259-regmap_dynamic.patch | |
parent | 5d89871c5f12b97c922747e6bc51c5b08efc1972 (diff) |
kernel: refresh patches against 3.9-rc6
Signed-off-by: Florian Fainelli <florian@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36297 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 e1b0141a0e..451a5e2f3d 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> -@@ -1777,3 +1778,5 @@ static int __init regmap_initcall(void) +@@ -1778,3 +1779,5 @@ static int __init regmap_initcall(void) return 0; } postcore_initcall(regmap_initcall); |