linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] ARM: remove unused declaration of fpundefinstr
@ 2009-10-09 14:02 Alan Jenkins
  2009-10-09 14:02 ` [PATCH 2/6] ARM: remove out of date comment Alan Jenkins
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Alan Jenkins @ 2009-10-09 14:02 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-10-14 20:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-09 14:02 [PATCH 1/6] ARM: remove unused declaration of fpundefinstr Alan Jenkins
2009-10-09 14:02 ` [PATCH 2/6] ARM: remove out of date comment Alan Jenkins
2009-10-09 14:02 ` [PATCH 3/6] ARM: update Kconfig help text for floating point Alan Jenkins
2009-10-09 14:02 ` [PATCH 4/6] ARM: remove references to non-existent fastfpe Alan Jenkins
2009-10-09 16:55   ` Russell King - ARM Linux
2009-10-10  8:41     ` Alan Jenkins
2009-10-14 18:21       ` Peter Teichmann
2009-10-14 19:03         ` Russell King - ARM Linux
2009-10-14 20:33           ` Alan Jenkins
2009-10-09 14:02 ` [PATCH 5/6] ARM: nwfpe can no longer be built as a module - remove dead code (part 1 of 2) Alan Jenkins
2009-10-09 14:02 ` [PATCH 6/6] ARM: newfpe can no longer be compiled as a module - cleanup (part 2 " Alan Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).