Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -12,7 +12,6 @@ typedef struct filehdr {
} FILHDR;
#define FILHSZ	sizeof(FILHDR)

#define OMAGIC		0407
#define MIPSEBMAGIC	0x160
#define MIPSELMAGIC	0x162