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>
This commit is contained in:
Greg Ungerer
2011-08-22 17:07:40 +10:00
parent 144077ead4
commit c06e9bb427
2 changed files with 3 additions and 1 deletions

View File

@ -3,4 +3,6 @@
#include <asm-generic/sections.h>
extern char _sbss[], _ebss[];
#endif /* _ASM_M68K_SECTIONS_H */