From: Jiang Liu Date: Fri, 23 Jan 2015 05:36:55 +0000 (+0800) Subject: smpboot.h: Remove unused function prototype X-Git-Tag: v4.1-rc1~149^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c5b66e47251d797e38f3ee8ec8d613780506c245;p=thirdparty%2Fkernel%2Flinux.git smpboot.h: Remove unused function prototype Function smpboot_thread_schedule() is neither used nor defined, so kill it. Signed-off-by: Jiang Liu Signed-off-by: Jiri Kosina --- diff --git a/include/linux/smpboot.h b/include/linux/smpboot.h index 13e929679550a..d600afb219267 100644 --- a/include/linux/smpboot.h +++ b/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