mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH](trivial) cleanup redundant EXPORT_SYMBOL in arch/ia64/mm/init.c
@ 2006-05-02 11:16 Yasunori Goto
  0 siblings, 0 replies; only message in thread
From: Yasunori Goto @ 2006-05-02 11:16 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Linux Kernel ML


This is tiny cleanup patch.

EXPORT_SYMBOL(add_memory) in arch/ia64/mm/init.c is redundant.
The old add_memory() has been already arch_add_memory(),
but it is not called by acpi memhotplug modules.

This is for 2.6.17-rc3-mm1.

Please apply.

Signed-off-by: Yasunori Goto <y-goto@jp.fujitsu.com>

 arch/ia64/mm/init.c |    1 -
 1 files changed, 1 deletion(-)

Index: pgdat13/arch/ia64/mm/init.c
===================================================================
--- pgdat13.orig/arch/ia64/mm/init.c	2006-05-02 13:00:47.000000000 +0900
+++ pgdat13/arch/ia64/mm/init.c	2006-05-02 18:27:27.000000000 +0900
@@ -671,7 +671,6 @@ int arch_add_memory(int nid, u64 start, 
 
 	return ret;
 }
-EXPORT_SYMBOL_GPL(add_memory);
 
 int remove_memory(u64 start, u64 size)
 {

-- 
Yasunori Goto 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-02 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-02 11:16 [PATCH](trivial) cleanup redundant EXPORT_SYMBOL in arch/ia64/mm/init.c Yasunori Goto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome