From: Michael Opdenacker Date: Wed, 23 Oct 2013 10:37:44 +0000 (+0200) Subject: MIPS: remove duplicate define X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=723ff7943249efcea8fd814ec1eff728f38f5935;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git MIPS: remove duplicate define This patch removes a duplicate define from arch/mips/boot/ecoff.h Signed-off-by: Michael Opdenacker Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/6081/ Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/boot/ecoff.h b/arch/mips/boot/ecoff.h index 83e5c3813d67..7a75ce2c1bcd 100644 --- a/arch/mips/boot/ecoff.h +++ b/arch/mips/boot/ecoff.h @@ -12,7 +12,6 @@ typedef struct filehdr { } FILHDR; #define FILHSZ sizeof(FILHDR) -#define OMAGIC 0407 #define MIPSEBMAGIC 0x160 #define MIPSELMAGIC 0x162