From edf444b66564970809b66e52b1c0be2b48ed10c2 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 12 Nov 2012 12:49:47 +0000 Subject: [kernel] MIPS: add a build fix for arch/mips/boot/compressed/decompress.c And get rid of the AR7 patch because at least the Alchemy SoC also needs it Signed-off-by: Florian Fainelli git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34170 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch (limited to 'target/linux/ar7') diff --git a/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch b/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch deleted file mode 100644 index 56c8b3160..000000000 --- a/target/linux/ar7/patches-3.6/100-decompressor_memcpy_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/arch/mips/boot/compressed/decompress.c -+++ b/arch/mips/boot/compressed/decompress.c -@@ -44,6 +44,9 @@ void error(char *x) - #define STATIC static - - #ifdef CONFIG_KERNEL_GZIP -+#ifdef memcpy -+#undef memcpy -+#endif - void *memcpy(void *dest, const void *src, size_t n) - { - int i; -- cgit v1.2.3