[MIPS] Remove _fdata from asm-mips/sections.h
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Tue, 23 Jan 2007 13:29:06 +0000 (22:29 +0900)
committerRalf 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

index f701627..b7e3726 100644 (file)
@@ -3,6 +3,4 @@
 
 #include <asm-generic/sections.h>
 
-extern char _fdata;
-
 #endif /* _ASM_SECTIONS_H */