MIPS: remove duplicate define
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>
Wed, 23 Oct 2013 10:37:44 +0000 (12:37 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 6 Nov 2013 14:51:19 +0000 (15:51 +0100)
This patch removes a duplicate define from
arch/mips/boot/ecoff.h

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
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 <ralf@linux-mips.org>
arch/mips/boot/ecoff.h

index 83e5c3813d676f168887ceb6af739700fea28734..7a75ce2c1bcdb99060a3392b04b3d5d5863a7729 100644 (file)
@@ -12,7 +12,6 @@ typedef struct filehdr {
 } FILHDR;
 #define FILHSZ sizeof(FILHDR)
 
-#define OMAGIC         0407
 #define MIPSEBMAGIC    0x160
 #define MIPSELMAGIC    0x162