From: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Date: Tue, 23 Jan 2007 13:29:06 +0000 (+0900)
Subject: [MIPS] Remove _fdata from asm-mips/sections.h
X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=907e193ea798b3f73a71a2a01f938b69fd53b26d;p=GitHub%2FLineageOS%2Fandroid_kernel_samsung_universal7580.git

[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>
---

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 */