Browse Source

smpboot.h: Remove unused function prototype

Function smpboot_thread_schedule() is neither used nor defined,
so kill it.

Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Jiang Liu 10 years ago
parent
commit
c5b66e4725
1 changed files with 0 additions and 1 deletions
  1. 0 1
      include/linux/smpboot.h

+ 0 - 1
include/linux/smpboot.h

@@ -47,6 +47,5 @@ struct smp_hotplug_thread {
 
 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread);
 void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread);
-int smpboot_thread_schedule(void);
 
 #endif