From: KOSAKI Motohiro Date: Fri, 26 Dec 2008 03:23:00 +0000 (+0900) Subject: hrtimer: remove #include X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=51bc39f4ba35bae153b32145077fb1109bcae14c;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.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