summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYoichi Yuasa <yuasa@hh.iij4u.or.jp>2005-01-06 00:35:10 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-01-06 00:35:10 -0800
commitaa44f1c5339c7b2ac0ff50f299a4d3650169f1ea (patch)
tree8eb88285ede1f50cc79380b517d8f46d8af3cc8b /include
parentf2a737b4fda5ec70e3ca04abacc2cfd806a074b8 (diff)
[PATCH] mips: remove duplicate _end entry
This is already declared in asm-generic/sections.h Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/sections.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-mips/sections.h b/include/asm-mips/sections.h
index 51ce12aeee83..f7016278b266 100644
--- a/include/asm-mips/sections.h
+++ b/include/asm-mips/sections.h
@@ -4,6 +4,5 @@
#include <asm-generic/sections.h>
extern char _fdata;
-extern char _end;
#endif /* _ASM_SECTIONS_H */