Commit a7b2553b authored by Ingo Molnar's avatar Ingo Molnar

sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=y

This header is not (yet) standalone.
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
parent ccdbf33c
...@@ -63,7 +63,9 @@ ...@@ -63,7 +63,9 @@
#include <linux/workqueue_api.h> #include <linux/workqueue_api.h>
#ifdef CONFIG_PREEMPT_DYNAMIC #ifdef CONFIG_PREEMPT_DYNAMIC
# ifdef CONFIG_GENERIC_ENTRY
# include <linux/entry-common.h> # include <linux/entry-common.h>
# endif
#endif #endif
#include <uapi/linux/sched/types.h> #include <uapi/linux/sched/types.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment