diff options
Diffstat (limited to 'include/asm-sh/sections.h')
-rw-r--r-- | include/asm-sh/sections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-sh/sections.h b/include/asm-sh/sections.h index 57abd708b23..2a696b8ee4f 100644 --- a/include/asm-sh/sections.h +++ b/include/asm-sh/sections.h @@ -3,7 +3,7 @@ #include <asm-generic/sections.h> -extern char _end[]; +extern long __machvec_start, __machvec_end; #endif /* __ASM_SH_SECTIONS_H */ |