summaryrefslogtreecommitdiffstats
path: root/include/asm-sh/sections.h
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2007-09-24 11:11:27 +0200
committerPaul Mundt <lethal@linux-sh.org>2007-09-24 11:11:27 +0200
commit1f91bbb58413e0bce9726cd6d12bf4b95c343a7f (patch)
treedd8df9ba558b7b21d3a73fa29ce43a05ac1b0a19 /include/asm-sh/sections.h
parentsh: Revert incorrect license string changes. (diff)
downloadlinux-1f91bbb58413e0bce9726cd6d12bf4b95c343a7f.tar.xz
linux-1f91bbb58413e0bce9726cd6d12bf4b95c343a7f.zip
sh: Define _ebss for uClinux MTD map driver.
The uClinux MTD device uses _ebss, add the symbol and corresponding export. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh/sections.h')
-rw-r--r--include/asm-sh/sections.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-sh/sections.h b/include/asm-sh/sections.h
index 2a696b8ee4f5..bd9cbc967c2a 100644
--- a/include/asm-sh/sections.h
+++ b/include/asm-sh/sections.h
@@ -4,6 +4,7 @@
#include <asm-generic/sections.h>
extern long __machvec_start, __machvec_end;
+extern char _ebss[];
#endif /* __ASM_SH_SECTIONS_H */