Commit 723ff794 authored by Michael Opdenacker's avatar Michael Opdenacker Committed by Ralf Baechle

MIPS: remove duplicate define

This patch removes a duplicate define from
arch/mips/boot/ecoff.h
Signed-off-by: default avatarMichael 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: default avatarRalf Baechle <ralf@linux-mips.org>
parent edf7b938
......@@ -12,7 +12,6 @@ typedef struct filehdr {
} FILHDR;
#define FILHSZ sizeof(FILHDR)
#define OMAGIC 0407
#define MIPSEBMAGIC 0x160
#define MIPSELMAGIC 0x162
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment