diff options
-rw-r--r-- | arch/x86/kernel/process_64.c | 7 | ||||
-rw-r--r-- | include/asm-x86/idle.h | 1 |
2 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c index 2c9e59448f4c..98d85952f574 100644 --- a/arch/x86/kernel/process_64.c +++ b/arch/x86/kernel/process_64.c | |||
@@ -72,13 +72,6 @@ void idle_notifier_register(struct notifier_block *n) | |||
72 | { | 72 | { |
73 | atomic_notifier_chain_register(&idle_notifier, n); | 73 | atomic_notifier_chain_register(&idle_notifier, n); |
74 | } | 74 | } |
75 | EXPORT_SYMBOL_GPL(idle_notifier_register); | ||
76 | |||
77 | void idle_notifier_unregister(struct notifier_block *n) | ||
78 | { | ||
79 | atomic_notifier_chain_unregister(&idle_notifier, n); | ||
80 | } | ||
81 | EXPORT_SYMBOL(idle_notifier_unregister); | ||
82 | 75 | ||
83 | void enter_idle(void) | 76 | void enter_idle(void) |
84 | { | 77 | { |
diff --git a/include/asm-x86/idle.h b/include/asm-x86/idle.h index 6bd47dcf2067..d240e5b30a45 100644 --- a/include/asm-x86/idle.h +++ b/include/asm-x86/idle.h | |||
@@ -6,7 +6,6 @@ | |||
6 | 6 | ||
7 | struct notifier_block; | 7 | struct notifier_block; |
8 | void idle_notifier_register(struct notifier_block *n); | 8 | void idle_notifier_register(struct notifier_block *n); |
9 | void idle_notifier_unregister(struct notifier_block *n); | ||
10 | 9 | ||
11 | void enter_idle(void); | 10 | void enter_idle(void); |
12 | void exit_idle(void); | 11 | void exit_idle(void); |