irq: clean up irq stat methods
authorYinghai Lu <yinghai@kernel.org>
Thu, 22 Jan 2009 08:38:56 +0000 (00:38 -0800)
committerIngo Molnar <mingo@elte.hu>
Thu, 22 Jan 2009 09:18:58 +0000 (10:18 +0100)
David Miller suggested, related to a kstat_irqs related build breakage:

> Either linux/kernel_stat.h provides the kstat_incr_irqs_this_cpu
> interface or linux/irq.h does, not both.

So move them to kernel_stat.h.

Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found