diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-10-23 06:37:44 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-11-06 09:51:19 -0500 |
commit | 723ff7943249efcea8fd814ec1eff728f38f5935 (patch) | |
tree | cd37324f150f1f5cfa23bd03a2803cc08a2e9aec /arch/mips/boot | |
parent | edf7b938321e5a8c170044e186afdf757bc597fa (diff) |
MIPS: remove duplicate define
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>
Diffstat (limited to 'arch/mips/boot')
-rw-r--r-- | arch/mips/boot/ecoff.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 { | |||
12 | } FILHDR; | 12 | } FILHDR; |
13 | #define FILHSZ sizeof(FILHDR) | 13 | #define FILHSZ sizeof(FILHDR) |
14 | 14 | ||
15 | #define OMAGIC 0407 | ||
16 | #define MIPSEBMAGIC 0x160 | 15 | #define MIPSEBMAGIC 0x160 |
17 | #define MIPSELMAGIC 0x162 | 16 | #define MIPSELMAGIC 0x162 |
18 | 17 | ||