[PATCH 1/6] ARM: remove unused declaration of fpundefinstr

Alan Jenkins alan-jenkins at tuffmail.co.uk
Fri Oct 9 10:02:17 EDT 2009


The purpose of armksyms.c is to declare certain symbols and export them
to modules.  fpundefinstr is declared but not exported, and it has no
definition anywhere in the kernel.

(The only other use of this name is inside a comment in nwfpe/entry.S,
 as a "metavariable" in example code).

Build testing shows that the generated vmlinux is unchanged.

Signed-off-by: Alan Jenkins <alan-jenkins at tuffmail.co.uk>
---
 arch/arm/kernel/armksyms.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/arm/kernel/armksyms.c b/arch/arm/kernel/armksyms.c
index 8214bfe..724fc10 100644
--- a/arch/arm/kernel/armksyms.c
+++ b/arch/arm/kernel/armksyms.c
@@ -47,8 +47,6 @@ extern void __aeabi_uidiv(void);
 extern void __aeabi_uidivmod(void);
 extern void __aeabi_ulcmp(void);
 
-extern void fpundefinstr(void);
-
 
 EXPORT_SYMBOL(__backtrace);
 
-- 
1.6.3.2




More information about the linux-arm-kernel mailing list