projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130e2fb
)
[MIPS] Remove _fdata from asm-mips/sections.h
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Tue, 23 Jan 2007 13:29:06 +0000
(22:29 +0900)
committer
Ralf Baechle
<ralf@linux-mips.org>
Tue, 6 Feb 2007 16:53:15 +0000
(16:53 +0000)
There is no _fdata symbol in kernel.
Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/sections.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/sections.h
b/include/asm-mips/sections.h
index f7016278b266f9ecb7b87a90761ad4bb431f602a..b7e37262c2464576fc2b88cac1f7e522fa3046e7 100644
(file)
--- a/
include/asm-mips/sections.h
+++ b/
include/asm-mips/sections.h
@@
-3,6
+3,4
@@
#include <asm-generic/sections.h>
-extern char _fdata;
-
#endif /* _ASM_SECTIONS_H */