OSDN Git Service

smpboot.h: Remove unused function prototype
authorJiang Liu <jiang.liu@linux.intel.com>
Fri, 23 Jan 2015 05:36:55 +0000 (13:36 +0800)
committerJiri Kosina <jkosina@suse.cz>
Fri, 6 Mar 2015 22:07:20 +0000 (23:07 +0100)
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>
include/linux/smpboot.h

index 13e9296..d600afb 100644 (file)
@@ -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