diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:29:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-01-12 12:29:53 +0000 |
commit | ef75e6c71aba8075493a8ae216332489a89b2bb9 (patch) | |
tree | 0502587c153213144d85448de20e29f832d5bfda /target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch | |
parent | 3d057de4db395102e1589d2ae5df295a3cee00f8 (diff) | |
download | upstream-ef75e6c71aba8075493a8ae216332489a89b2bb9.tar.gz upstream-ef75e6c71aba8075493a8ae216332489a89b2bb9.tar.bz2 upstream-ef75e6c71aba8075493a8ae216332489a89b2bb9.zip |
malta: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35118
Diffstat (limited to 'target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch')
-rw-r--r-- | target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch b/target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch deleted file mode 100644 index 636265239f..0000000000 --- a/target/linux/malta/patches-3.6/002-MIPS-Malta-fix-build-failure.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 4ade440f81a3c248068d8b89eea7754cc8705b58 Mon Sep 17 00:00:00 2001 -From: Ralf Baechle <ralf@linux-mips.org> -Date: Tue, 13 Nov 2012 14:33:30 +0100 -Subject: [PATCH] MIPS: Malta: Fix build error - -Caused by fe2ccd4dcebd3c5e264af1705bb9b659972418cc [MIPS: Malta: Fix -interupt number of CBUS UART.] - -Signed-off-by: Ralf Baechle <ralf@linux-mips.org> ---- - arch/mips/mti-malta/malta-platform.c | 1 + - 1 file changed, 1 insertion(+) - ---- a/arch/mips/mti-malta/malta-platform.c -+++ b/arch/mips/mti-malta/malta-platform.c -@@ -29,6 +29,7 @@ - #include <linux/mtd/partitions.h> - #include <linux/mtd/physmap.h> - #include <linux/platform_device.h> -+#include <asm/mips-boards/maltaint.h> - #include <mtd/mtd-abi.h> - - #define SMC_PORT(base, int) \ |