From c06e9bb427bc8ae74b43a99888da077c20747165 Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Mon, 22 Aug 2011 17:07:40 +1000 Subject: 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 --- arch/m68k/include/asm/sections.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/m68k/include/asm/sections.h') diff --git a/arch/m68k/include/asm/sections.h b/arch/m68k/include/asm/sections.h index d64967e..5277e52 100644 --- a/arch/m68k/include/asm/sections.h +++ b/arch/m68k/include/asm/sections.h @@ -3,4 +3,6 @@ #include +extern char _sbss[], _ebss[]; + #endif /* _ASM_M68K_SECTIONS_H */ -- cgit v1.1