diff options
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | 2007-01-23 22:29:06 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-02-06 16:53:15 +0000 |
commit | 907e193ea798b3f73a71a2a01f938b69fd53b26d (patch) | |
tree | d5054449f866066e92ece4a813e28dddee9b6b4f | |
parent | 130e2fb78305b148b15cd3b5129596844c5f5e4f (diff) | |
download | linux-3.10-907e193ea798b3f73a71a2a01f938b69fd53b26d.tar.gz linux-3.10-907e193ea798b3f73a71a2a01f938b69fd53b26d.tar.bz2 linux-3.10-907e193ea798b3f73a71a2a01f938b69fd53b26d.zip |
[MIPS] Remove _fdata from asm-mips/sections.h
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>
-rw-r--r-- | include/asm-mips/sections.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-mips/sections.h b/include/asm-mips/sections.h index f7016278b26..b7e37262c24 100644 --- 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 */ |