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>
This commit is contained in:
parent
edf7b93832
commit
723ff79432
@ -12,7 +12,6 @@ typedef struct filehdr {
|
|||||||
} FILHDR;
|
} FILHDR;
|
||||||
#define FILHSZ sizeof(FILHDR)
|
#define FILHSZ sizeof(FILHDR)
|
||||||
|
|
||||||
#define OMAGIC 0407
|
|
||||||
#define MIPSEBMAGIC 0x160
|
#define MIPSEBMAGIC 0x160
|
||||||
#define MIPSELMAGIC 0x162
|
#define MIPSELMAGIC 0x162
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user