Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiang Liu and committed by
Jiri Kosina
c5b66e47 d939be3a

-1
-1
include/linux/smpboot.h
··· 47 47 48 48 int smpboot_register_percpu_thread(struct smp_hotplug_thread *plug_thread); 49 49 void smpboot_unregister_percpu_thread(struct smp_hotplug_thread *plug_thread); 50 - int smpboot_thread_schedule(void); 51 50 52 51 #endif