diff options
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 bd9cbc967c2a..8f8f4ad400df 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 __uncached_start, __uncached_end; | ||
7 | extern char _ebss[]; | 8 | extern char _ebss[]; |
8 | 9 | ||
9 | #endif /* __ASM_SH_SECTIONS_H */ | 10 | #endif /* __ASM_SH_SECTIONS_H */ |