mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 08:48:48 +00:00
c06e9bb427
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>
9 lines
159 B
C
9 lines
159 B
C
#ifndef _ASM_M68K_SECTIONS_H
|
|
#define _ASM_M68K_SECTIONS_H
|
|
|
|
#include <asm-generic/sections.h>
|
|
|
|
extern char _sbss[], _ebss[];
|
|
|
|
#endif /* _ASM_M68K_SECTIONS_H */
|