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: next-20140108~98^2~2 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=a2b205d459115084dbbb8eb85c73586da0dcf1c5;p=karo-tx-linux.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 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[];