summaryrefslogtreecommitdiff
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2011-08-22 11:07:40 +0400
committerGreg Ungerer <gerg@uclinux.org>2011-10-18 08:22:26 +0400
commitc06e9bb427bc8ae74b43a99888da077c20747165 (patch)
treeddaa9778e2d3d4c0526d6850b57ae5c79355dfe8 /arch/m68k/include
parent144077ead4428732d27553d3fa74f06f71c6438d (diff)
downloadlinux-c06e9bb427bc8ae74b43a99888da077c20747165.tar.xz
m68knommu: use generic section names in setup code
We should be including and using sections.h to get at the extern definitions of the linker sections in the m68knommu startup code. Not defining them locally. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/sections.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/sections.h b/arch/m68k/include/asm/sections.h
index d64967ecfec6..5277e52715ec 100644
--- a/arch/m68k/include/asm/sections.h
+++ b/arch/m68k/include/asm/sections.h
@@ -3,4 +3,6 @@
#include <asm-generic/sections.h>
+extern char _sbss[], _ebss[];
+
#endif /* _ASM_M68K_SECTIONS_H */