Commit a7b2553b authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -63,8 +63,10 @@
#include <linux/workqueue_api.h>

#ifdef CONFIG_PREEMPT_DYNAMIC
# ifdef CONFIG_GENERIC_ENTRY
#  include <linux/entry-common.h>
# endif
#endif

#include <uapi/linux/sched/types.h>