Commit 51bc39f4ba35bae153b32145077fb1109bcae14c

Authored by KOSAKI Motohiro
Committed by Ingo Molnar
1 parent 860cf8894b

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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -32,7 +32,6 @@
32 32 */
33 33  
34 34 #include <linux/cpu.h>
35   -#include <linux/irq.h>
36 35 #include <linux/module.h>
37 36 #include <linux/percpu.h>
38 37 #include <linux/hrtimer.h>