]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: remove dead code and exports
authorThomas Gleixner <tglx@linutronix.de>
Wed, 30 Jan 2008 12:30:28 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:28 +0000 (13:30 +0100)
No users.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/process_64.c
include/asm-x86/idle.h

index 2c9e59448f4ccf4cc55e9086a44e7926f9dd53f5..98d85952f57491ddfb8beb43d24f2f6a30baae74 100644 (file)
@@ -72,13 +72,6 @@ void idle_notifier_register(struct notifier_block *n)
 {
        atomic_notifier_chain_register(&idle_notifier, n);
 }
-EXPORT_SYMBOL_GPL(idle_notifier_register);
-
-void idle_notifier_unregister(struct notifier_block *n)
-{
-       atomic_notifier_chain_unregister(&idle_notifier, n);
-}
-EXPORT_SYMBOL(idle_notifier_unregister);
 
 void enter_idle(void)
 {
index 6bd47dcf2067ce70e8569da825fc55787420b9a1..d240e5b30a45d198acd26cf251c34930338d4e37 100644 (file)
@@ -6,7 +6,6 @@
 
 struct notifier_block;
 void idle_notifier_register(struct notifier_block *n);
-void idle_notifier_unregister(struct notifier_block *n);
 
 void enter_idle(void);
 void exit_idle(void);