diff options
author | Florian Fainelli <florian@openwrt.org> | 2013-04-09 16:16:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2013-04-09 16:16:20 +0000 |
commit | f79b8bc0ec34db73336b48aba6c824c2c1e9342d (patch) | |
tree | 3fee9ec05b5b01f11df78a3cdcd6158a08c811ab /target/linux/generic/patches-3.9/259-regmap_dynamic.patch | |
parent | 7251e4fdeb14ae839f19cd15f1b6d0a49188a9d1 (diff) | |
download | upstream-f79b8bc0ec34db73336b48aba6c824c2c1e9342d.tar.gz upstream-f79b8bc0ec34db73336b48aba6c824c2c1e9342d.tar.bz2 upstream-f79b8bc0ec34db73336b48aba6c824c2c1e9342d.zip |
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); |