aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2013-11-12 20:42:19 +0100
committerMichal Simek <michal.simek@xilinx.com>2014-01-21 08:28:19 +0100
commit64aff1d651f06206a181e9a3883da913edf43b77 (patch)
tree2c9625c96a74042836d0b98236d6d655b39a190f /arch/microblaze/include
parentmicroblaze: Remove _fdt_start casts (diff)
downloadlinux-dev-64aff1d651f06206a181e9a3883da913edf43b77.tar.xz
linux-dev-64aff1d651f06206a181e9a3883da913edf43b77.zip
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/include')
-rw-r--r--arch/microblaze/include/asm/sections.h1
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[];