aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@free-electrons.com>2013-10-23 12:37:44 +0200
committerRalf Baechle <ralf@linux-mips.org>2013-11-06 15:51:19 +0100
commit723ff7943249efcea8fd814ec1eff728f38f5935 (patch)
treecd37324f150f1f5cfa23bd03a2803cc08a2e9aec /arch/mips
parentMIPS: Random whitespace clean-ups (diff)
downloadlinux-dev-723ff7943249efcea8fd814ec1eff728f38f5935.tar.xz
linux-dev-723ff7943249efcea8fd814ec1eff728f38f5935.zip
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.h1
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