sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()
[cascardo/linux.git] / include / linux / cpuhotplug.h
index 242bf53..34bd805 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef __CPUHOTPLUG_H
 #define __CPUHOTPLUG_H
 
+#include <linux/types.h>
+
 enum cpuhp_state {
        CPUHP_OFFLINE,
        CPUHP_CREATE_THREADS,