hrtimer: remove #include <linux/irq.h>
authorKOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>
Fri, 26 Dec 2008 03:23:00 +0000 (12:23 +0900)
committerIngo Molnar <mingo@elte.hu>
Fri, 26 Dec 2008 08:48:16 +0000 (09:48 +0100)
commit51bc39f4ba35bae153b32145077fb1109bcae14c
treee92c920e82779d4862b7ca2b67eca91487323909
parent860cf8894b326e4b89720f520540604834337b72
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