Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=51bc39... Commit: 51bc39f4ba35bae153b32145077fb1109bcae14c Parent: 860cf8894b326e4b89720f520540604834337b72 Author: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> AuthorDate: Fri Dec 26 12:23:00 2008 +0900 Committer: Ingo Molnar <mingo@elte.hu> CommitDate: Fri Dec 26 09:48:16 2008 +0100 hrtimer: remove #include <linux/irq.h> Impact: cleanup <linux/irq.h> can be removed and should be, because: - hrtimer doesn't use any irq feature. - <linux/irq.h> shouldn't be include from generic code. Signed-off-by: KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> --- kernel/hrtimer.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/kernel/hrtimer.c b/kernel/hrtimer.c index 47e6334..0ad3f3d 100644 --- a/kernel/hrtimer.c +++ b/kernel/hrtimer.c @@ -32,7 +32,6 @@ */ #include <linux/cpu.h> -#include <linux/irq.h> #include <linux/module.h> #include <linux/percpu.h> #include <linux/hrtimer.h> -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
