From: Atsushi Nemoto Date: Tue, 23 Jan 2007 13:29:06 +0000 (+0900) Subject: [MIPS] Remove _fdata from asm-mips/sections.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=907e193ea798b3f73a71a2a01f938b69fd53b26d;p=linux-beck.git [MIPS] Remove _fdata from asm-mips/sections.h There is no _fdata symbol in kernel. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- diff --git a/include/asm-mips/sections.h b/include/asm-mips/sections.h index f7016278b266..b7e37262c246 100644 --- a/include/asm-mips/sections.h +++ b/include/asm-mips/sections.h @@ -3,6 +3,4 @@ #include -extern char _fdata; - #endif /* _ASM_SECTIONS_H */