From: KOSAKI Motohiro Date: Fri, 26 Dec 2008 03:23:00 +0000 (+0900) Subject: hrtimer: remove #include X-Git-Tag: Ubuntu-snapdragon-4.4.0-1050.54~28541^2~11 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=51bc39f4ba35bae153b32145077fb1109bcae14c;p=mirror_ubuntu-artful-kernel.git hrtimer: remove #include Impact: cleanup can be removed and should be, because: - hrtimer doesn't use any irq feature. - shouldn't be include from generic code. Signed-off-by: KOSAKI Motohiro Signed-off-by: Ingo Molnar --- diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 47e63349d1b2..0ad3f3d6d10d 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -32,7 +32,6 @@ */ #include -#include #include #include #include