From: Geert Uytterhoeven Date: Tue, 12 Nov 2013 19:42:19 +0000 (+0100) Subject: microblaze: Remove duplicate declarations of _stext[] and _etext[] X-Git-Tag: v3.14-rc1~73^2~11 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=64aff1d651f06206a181e9a3883da913edf43b77;p=~emulex%2Finfiniband.git microblaze: Remove duplicate declarations of _stext[] and _etext[] They're already provided by . Signed-off-by: Geert Uytterhoeven Cc: Michal Simek Cc: microblaze-uclinux@itee.uq.edu.au Signed-off-by: Michal Simek --- diff --git a/arch/microblaze/include/asm/sections.h b/arch/microblaze/include/asm/sections.h index c07ed5d2a82..1b281d3ea73 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[];