diff options
| author | Ingo Molnar <[email protected]> | 2017-02-06 09:59:47 +0100 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2017-03-03 01:45:40 +0100 |
| commit | 283cb90305cf1686594ed537c7a8cb188eba1a4d (patch) | |
| tree | ac5d7c8cce0fb15968f644d1e66f14df9bc3c8a4 /include/linux | |
| parent | 1a79a72c65b8f1b4f44e166d1fb5cad560461b26 (diff) | |
sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
In our quest to simplify <linux/sched.h>'s header dependencies, remove
the <linux/wait.h> inclusion from <linux/hrtimer.h> - which does
not appear to be necessary, as hrtimer.h does not use waitqueues.
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]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/hrtimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index e52b427223ba..249e579ecd4c 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -19,7 +19,6 @@ #include <linux/ktime.h> #include <linux/init.h> #include <linux/list.h> -#include <linux/wait.h> #include <linux/percpu.h> #include <linux/timer.h> #include <linux/timerqueue.h> |