diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-11-12 20:42:19 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2014-01-21 08:28:19 +0100 |
commit | 64aff1d651f06206a181e9a3883da913edf43b77 (patch) | |
tree | 2c9625c96a74042836d0b98236d6d655b39a190f /arch/microblaze | |
parent | 7746c99f031daf15eb66993ed3e556e123efd7a5 (diff) |
microblaze: Remove duplicate declarations of _stext[] and _etext[]
They're already provided by <asm/sections.h>.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Michal Simek <monstr@monstr.eu>
Cc: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze')
-rw-r--r-- | arch/microblaze/include/asm/sections.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/microblaze/include/asm/sections.h b/arch/microblaze/include/asm/sections.h index c07ed5d2a820..1b281d3ea734 100644 --- a/arch/microblaze/include/asm/sections.h +++ b/arch/microblaze/include/asm/sections.h @@ -16,7 +16,6 @@ # ifndef __ASSEMBLY__ extern char _ssbss[], _esbss[]; extern unsigned long __ivt_start[], __ivt_end[]; -extern char _etext[], _stext[]; extern u32 _fdt_start[], _fdt_end[]; |