[PATCH] ARM: 2696/1: remove ';' in ELF_DATA define in asm-arm{,26}/elf.h
authorMike Frysinger <vapier@org.rmk.(none)>
Fri, 3 Jun 2005 19:52:26 +0000 (20:52 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 3 Jun 2005 19:52:26 +0000 (20:52 +0100)
commit718a30a5cf0a9142f716a49853bd4b4a25a8da1b
treee7c825c4c835195a49b17372966be733dfcaa9ed
parent105bb2698b54a838165947199f1c8be5c2e7d9bb
[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>
include/asm-arm/elf.h
include/asm-arm26/elf.h