Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64aff1d6 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Michal Simek
Browse files

microblaze: Remove duplicate declarations of _stext[] and _etext[]



They're already provided by <asm/sections.h>.

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Cc: Michal Simek <monstr@monstr.eu>
Cc: microblaze-uclinux@itee.uq.edu.au
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 7746c99f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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[];