public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] i386_ksyms.c: unexport register_die_notifier
@ 2005-01-16  7:42 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2005-01-16  7:42 UTC (permalink / raw)
  To: linux-kernel

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@stusta.de>

--- linux-2.6.11-rc1-mm1-full/arch/i386/kernel/i386_ksyms.c.old	2005-01-16 05:37:29.000000000 +0100
+++ linux-2.6.11-rc1-mm1-full/arch/i386/kernel/i386_ksyms.c	2005-01-16 05:37:37.000000000 +0100
@@ -170,7 +170,6 @@
 extern int memcmp(const void *,const void *,__kernel_size_t);
 EXPORT_SYMBOL(memcmp);
 
-EXPORT_SYMBOL(register_die_notifier);
 #ifdef CONFIG_HAVE_DEC_LOCK
 EXPORT_SYMBOL(_atomic_dec_and_lock);
 #endif


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

only message in thread, other threads:[~2005-01-16  7:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-16  7:42 [2.6 patch] i386_ksyms.c: unexport register_die_notifier Adrian Bunk

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