[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[2.6 patch] x8664_ksyms.c: unexport register_die_notifier
- From: Adrian Bunk <bunk@xxxxxxxxx>
- Date: Sun, 16 Jan 2005 08:46:49 +0100
- User-agent: Mutt/1.5.6+20040907i
The only user of register_die_notifier (kernel/kprobes.c) can't be
built modular. Therefore, it's the EXPORT_SYMBOL is superfluous.
Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>
--- linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/x8664_ksyms.c.old 2005-01-16 05:38:17.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/x86_64/kernel/x8664_ksyms.c 2005-01-16 08:45:54.000000000 +0100
@@ -198,7 +198,6 @@
#endif
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/
Follow-Ups: