mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
x86: remove dead code and exports
No users. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
02456c708e
commit
a72368dd37
2 changed files with 0 additions and 8 deletions
|
@ -72,13 +72,6 @@ void idle_notifier_register(struct notifier_block *n)
|
||||||
{
|
{
|
||||||
atomic_notifier_chain_register(&idle_notifier, 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)
|
void enter_idle(void)
|
||||||
{
|
{
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
|
|
||||||
struct notifier_block;
|
struct notifier_block;
|
||||||
void idle_notifier_register(struct notifier_block *n);
|
void idle_notifier_register(struct notifier_block *n);
|
||||||
void idle_notifier_unregister(struct notifier_block *n);
|
|
||||||
|
|
||||||
void enter_idle(void);
|
void enter_idle(void);
|
||||||
void exit_idle(void);
|
void exit_idle(void);
|
||||||
|
|
Loading…
Add table
Reference in a new issue