summaryrefslogtreecommitdiff
path: root/include/linux/sched/hotplug.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched/hotplug.h')
-rw-r--r--include/linux/sched/hotplug.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/sched/hotplug.h b/include/linux/sched/hotplug.h
index 412cdaba33eb..17e04859b9a4 100644
--- a/include/linux/sched/hotplug.h
+++ b/include/linux/sched/hotplug.h
@@ -18,10 +18,6 @@ extern int sched_cpu_dying(unsigned int cpu);
# define sched_cpu_dying NULL
#endif
-#ifdef CONFIG_HOTPLUG_CPU
-extern void idle_task_exit(void);
-#else
static inline void idle_task_exit(void) {}
-#endif
#endif /* _LINUX_SCHED_HOTPLUG_H */