From: KOSAKI Motohiro Date: Fri, 26 Dec 2008 03:23:00 +0000 (+0900) Subject: hrtimer: remove #include X-Git-Tag: v2.6.29-rc1~550^2~11 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=51bc39f4ba35bae153b32145077fb1109bcae14c;p=linux-2.6-omap-h63xx.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 47e63349d1b..0ad3f3d6d10 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -32,7 +32,6 @@ */ #include -#include #include #include #include