From: Ingo Molnar Date: Mon, 6 Feb 2017 08:59:47 +0000 (+0100) Subject: sched/headers, hrtimer: Remove the include from X-Git-Tag: v4.14-rc1~1357^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=283cb90305cf1686594ed537c7a8cb188eba1a4d;p=platform%2Fkernel%2Flinux-rpi.git sched/headers, hrtimer: Remove the include from In our quest to simplify 's header dependencies, remove the inclusion from - which does not appear to be necessary, as hrtimer.h does not use waitqueues. Acked-by: Linus Torvalds Cc: Mike Galbraith Cc: Peter Zijlstra Cc: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index e52b427..249e579 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h @@ -19,7 +19,6 @@ #include #include #include -#include #include #include #include