[PATCH](trivial) cleanup redundant EXPORT_SYMBOL in arch/ia64/mm/init.c
From: Yasunori Goto
Date: Tue May 02 2006 - 07:19:21 EST
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@xxxxxxxxxxxxxx>
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/