Commit 95458477 authored by Ingo Molnar's avatar Ingo Molnar

sched/headers: Add header guard to kernel/sched/sched.h

Use the canonical header guard naming of the full path to the header.
Signed-off-by: default avatarIngo Molnar <mingo@kernel.org>
Reviewed-by: default avatarPeter Zijlstra <peterz@infradead.org>
parent d0b9d6dc
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
/* /*
* Scheduler internal types and methods: * Scheduler internal types and methods:
*/ */
#ifndef _KERNEL_SCHED_SCHED_H
#define _KERNEL_SCHED_SCHED_H
#include <linux/sched.h> #include <linux/sched.h>
#include <linux/sched/autogroup.h> #include <linux/sched/autogroup.h>
...@@ -3137,3 +3140,4 @@ extern int sched_dynamic_mode(const char *str); ...@@ -3137,3 +3140,4 @@ extern int sched_dynamic_mode(const char *str);
extern void sched_dynamic_update(int mode); extern void sched_dynamic_update(int mode);
#endif #endif
#endif /* _KERNEL_SCHED_SCHED_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