diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 05:11:27 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2007-09-24 05:11:27 -0400 |
commit | 1f91bbb58413e0bce9726cd6d12bf4b95c343a7f (patch) | |
tree | dd8df9ba558b7b21d3a73fa29ce43a05ac1b0a19 /include/asm-sh/sections.h | |
parent | e71cf2b63c861bdcbe13d0a67d5007b5933c61a5 (diff) |
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.h | 1 |
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 @@ | |||
4 | #include <asm-generic/sections.h> | 4 | #include <asm-generic/sections.h> |
5 | 5 | ||
6 | extern long __machvec_start, __machvec_end; | 6 | extern long __machvec_start, __machvec_end; |
7 | extern char _ebss[]; | ||
7 | 8 | ||
8 | #endif /* __ASM_SH_SECTIONS_H */ | 9 | #endif /* __ASM_SH_SECTIONS_H */ |
9 | 10 | ||