diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-10-23 14:37:44 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-11-06 18:51:19 +0400 |
commit | 723ff7943249efcea8fd814ec1eff728f38f5935 (patch) | |
tree | cd37324f150f1f5cfa23bd03a2803cc08a2e9aec /arch/mips | |
parent | edf7b938321e5a8c170044e186afdf757bc597fa (diff) | |
download | linux-723ff7943249efcea8fd814ec1eff728f38f5935.tar.xz |
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')
-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 { } FILHDR; #define FILHSZ sizeof(FILHDR) -#define OMAGIC 0407 #define MIPSEBMAGIC 0x160 #define MIPSELMAGIC 0x162 |