diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:45:55 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-04-12 20:45:55 +0000 |
commit | e55532b7af58979b92027d4194fe9e102c381ec7 (patch) | |
tree | ff83de5ac45b8066fba44cbf4cb87d4eaf39610a /target/linux/orion/patches/400-fix-section-mismatch-warnings.patch | |
parent | b0b95e0dd75012e974f2d1d2ee85f8d1594f79d2 (diff) | |
download | mtk-20170518-e55532b7af58979b92027d4194fe9e102c381ec7.zip mtk-20170518-e55532b7af58979b92027d4194fe9e102c381ec7.tar.gz mtk-20170518-e55532b7af58979b92027d4194fe9e102c381ec7.tar.bz2 |
orion: upgrade to 3.18 (compile tested only)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 45405
Diffstat (limited to 'target/linux/orion/patches/400-fix-section-mismatch-warnings.patch')
-rw-r--r-- | target/linux/orion/patches/400-fix-section-mismatch-warnings.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/orion/patches/400-fix-section-mismatch-warnings.patch b/target/linux/orion/patches/400-fix-section-mismatch-warnings.patch deleted file mode 100644 index f0685d3..0000000 --- a/target/linux/orion/patches/400-fix-section-mismatch-warnings.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/arm/mach-orion5x/common.c -+++ b/arch/arm/mach-orion5x/common.c -@@ -242,7 +242,7 @@ void orion5x_setup_wins(void) - - int orion5x_tclk; - --int __init orion5x_find_tclk(void) -+static __init int orion5x_find_tclk(void) - { - u32 dev, rev; - |