Browse Source

[PATCH] x86_64: Eliminate register_die_notifier symbol exported

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@ns.sympatico.ca>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Kevin Winchester 19 years ago
parent
commit
40caa88465
1 changed files with 0 additions and 1 deletions
  1. 0 1
      arch/x86_64/kernel/x8664_ksyms.c

+ 0 - 1
arch/x86_64/kernel/x8664_ksyms.c

@@ -144,7 +144,6 @@ EXPORT_SYMBOL(rwsem_down_write_failed_thunk);
 EXPORT_SYMBOL(empty_zero_page);
 
 EXPORT_SYMBOL(die_chain);
-EXPORT_SYMBOL(register_die_notifier);
 
 #ifdef CONFIG_SMP
 EXPORT_SYMBOL(cpu_sibling_map);