aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Opdenacker <[email protected]>2013-10-23 12:37:44 +0200
committerRalf Baechle <[email protected]>2013-11-06 15:51:19 +0100
commit723ff7943249efcea8fd814ec1eff728f38f5935 (patch)
treecd37324f150f1f5cfa23bd03a2803cc08a2e9aec
parentedf7b938321e5a8c170044e186afdf757bc597fa (diff)
MIPS: remove duplicate define
This patch removes a duplicate define from arch/mips/boot/ecoff.h Signed-off-by: Michael Opdenacker <[email protected]> Cc: [email protected] Cc: [email protected] Patchwork: https://patchwork.linux-mips.org/patch/6081/ Signed-off-by: Ralf Baechle <[email protected]>
-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