From: Atsushi Nemoto Date: Tue, 23 Jan 2007 13:29:06 +0000 (+0900) Subject: [MIPS] Remove _fdata from asm-mips/sections.h X-Git-Tag: v2.6.21-rc2~42^2~24^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=907e193ea798b3f73a71a2a01f938b69fd53b26d;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.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 f701627..b7e3726 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 */