1
0
Fork 0

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>
wifi-calibration
KOSAKI Motohiro 2008-12-26 12:23:00 +09:00 committed by Ingo Molnar
parent 860cf8894b
commit 51bc39f4ba
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@
*/
#include <linux/cpu.h>
#include <linux/irq.h>
#include <linux/module.h>
#include <linux/percpu.h>
#include <linux/hrtimer.h>