[PATCH -mm3] x86-64: Eliminate register_die_notifier symbol exportedtwice

From: Kevin Winchester
Date: Thu Mar 09 2006 - 18:42:49 EST



register_die_notifier is exported twice, once in traps.c and once in x8664_ksyms.c. This results in a warning on build.

Signed-Off-By: Kevin Winchester <kwin@xxxxxxxxxxxxxxx>

--- v2.6.16-rc5-mm3.orig/arch/x86_64/kernel/x8664_ksyms.c 2006-03-09 19:34:11.000000000 -0400
+++ v2.6.16-rc5-mm3/arch/x86_64/kernel/x8664_ksyms.c 2006-03-09 19:40:46.000000000 -0400
@@ -142,7 +142,6 @@ EXPORT_SYMBOL(rwsem_down_write_failed_th
EXPORT_SYMBOL(empty_zero_page);

EXPORT_SYMBOL(die_chain);
-EXPORT_SYMBOL(register_die_notifier);

#ifdef CONFIG_SMP
EXPORT_SYMBOL(cpu_sibling_map);



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