From: David Miller Date: Thu, 22 Jan 2009 01:24:51 +0000 (-0800) Subject: sparc64: Fix build by including linux/irq.h into time_64.c X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=623d3f0c619f3576dae69709ca8aa93ac76d8c63;p=openwrt%2Fstaging%2Fblogic.git sparc64: Fix build by including linux/irq.h into time_64.c Changeset d7e51e66899f95dabc89b4d4c6674a6e50fa37fc ("sparseirq: make some func to be used with genirq") broke the build on sparc64: arch/sparc/kernel/time_64.c: In function ‘timer_interrupt’: arch/sparc/kernel/time_64.c:732: error: implicit declaration of function ‘kstat_incr_irqs_this_cpu’ make[1]: *** [arch/sparc/kernel/time_64.o] Error 1 Signed-off-by: David S. Miller Signed-off-by: Ingo Molnar --- diff --git a/arch/sparc/kernel/time_64.c b/arch/sparc/kernel/time_64.c index 54405d362148..a55279939b65 100644 --- a/arch/sparc/kernel/time_64.c +++ b/arch/sparc/kernel/time_64.c @@ -36,10 +36,10 @@ #include #include #include +#include #include #include -#include #include #include #include