aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm26
diff options
context:
space:
mode:
authorMike Frysinger <vapier@org.rmk.(none)>2005-06-03 20:52:26 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2005-06-03 20:52:26 +0100
commit718a30a5cf0a9142f716a49853bd4b4a25a8da1b (patch)
treee7c825c4c835195a49b17372966be733dfcaa9ed /include/asm-arm26
parent105bb2698b54a838165947199f1c8be5c2e7d9bb (diff)
[PATCH] ARM: 2696/1: remove ';' in ELF_DATA define in asm-arm{,26}/elf.h
Patch from Mike Frysinger the ELF_DATA define in both arm asm subdirs of linux/include/ contain a semicolon at the end. this of course will cause any code that tries to use ELF_DATA in assignment or comparison to fail. no other arch has a semicolon in their ELF_DATA defines. Signed-off-by: Mike Frysinger Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm26')
-rw-r--r--include/asm-arm26/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm26/elf.h b/include/asm-arm26/elf.h
index 8b149474db2..5a47fdb3015 100644
--- a/include/asm-arm26/elf.h
+++ b/include/asm-arm26/elf.h
@@ -36,7 +36,7 @@ typedef struct { void *null; } elf_fpregset_t;
* These are used to set parameters in the core dumps.
*/
#define ELF_CLASS ELFCLASS32
-#define ELF_DATA ELFDATA2LSB;
+#define ELF_DATA ELFDATA2LSB
#define ELF_ARCH EM_ARM
#define USE_ELF_CORE_DUMP