projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0145d9
)
sched/headers: Remove <linux/sched.h> from <linux/sched/debug.h>
author
Ingo Molnar
<
[email protected]
>
Wed, 8 Feb 2017 17:51:57 +0000
(18:51 +0100)
committer
Ingo Molnar
<
[email protected]
>
Fri, 3 Mar 2017 00:45:35 +0000
(
01:45
+0100)
The <linux/sched/debug.h> file is a self-contained header and users of
it either don't need <linux/sched.h> - or have already included it.
This reduces the size of the header dependency graph.
Acked-by: Linus Torvalds <
[email protected]
>
Cc: Mike Galbraith <
[email protected]
>
Cc: Peter Zijlstra <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
include/linux/sched/debug.h
patch
|
blob
|
history
diff --git
a/include/linux/sched/debug.h
b/include/linux/sched/debug.h
index 853bbef0b47b7a41eaefeaeb1bdf4507fff9feea..e0eaee54c5a4c45347fe198aff578277a1d3bd12 100644
(file)
--- a/
include/linux/sched/debug.h
+++ b/
include/linux/sched/debug.h
@@
-1,8
+1,6
@@
#ifndef _LINUX_SCHED_DEBUG_H
#define _LINUX_SCHED_DEBUG_H
-#include <linux/sched.h>
-
/*
* Various scheduler/task debugging interfaces:
*/