Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5b66e47 authored by Jiang Liu's avatar Jiang Liu Committed by Jiri Kosina
Browse files

smpboot.h: Remove unused function prototype



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

Signed-off-by: default avatarJiang Liu <jiang.liu@linux.intel.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d939be3a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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