Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Opdenacker and committed by
Ralf Baechle
723ff794 edf7b938

-1
-1
arch/mips/boot/ecoff.h
··· 12 12 } FILHDR; 13 13 #define FILHSZ sizeof(FILHDR) 14 14 15 - #define OMAGIC 0407 16 15 #define MIPSEBMAGIC 0x160 17 16 #define MIPSELMAGIC 0x162 18 17