projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7746c99
)
microblaze: Remove duplicate declarations of _stext[] and _etext[]
author
Geert Uytterhoeven
<
[email protected]
>
Tue, 12 Nov 2013 19:42:19 +0000
(20:42 +0100)
committer
Michal Simek
<
[email protected]
>
Tue, 21 Jan 2014 07:28:19 +0000
(08:28 +0100)
They're already provided by <asm/sections.h>.
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Cc: Michal Simek <
[email protected]
>
Cc:
[email protected]
Signed-off-by: Michal Simek <
[email protected]
>
arch/microblaze/include/asm/sections.h
patch
|
blob
|
history
diff --git
a/arch/microblaze/include/asm/sections.h
b/arch/microblaze/include/asm/sections.h
index c07ed5d2a82034f11cbadc6e836d4e31761d380f..1b281d3ea734418a0f39d12625e8ac1a749a6b1c 100644
(file)
--- 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[];