From: Tony Luck Date: Mon, 20 Sep 2010 20:15:07 +0000 (-0700) Subject: [IA64] Move local_softirq_pending() definition X-Git-Tag: v2.6.37-rc1~188^2^4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9f081ce5da2c8af297a0a7d15a57fb4beeed374b;p=thirdparty%2Fkernel%2Flinux.git [IA64] Move local_softirq_pending() definition Ugly #include dependencies. We need to have local_softirq_pending() defined before it gets used in . But provides the definition *after* this #include chain: Signed-off-by: Tony Luck --- diff --git a/arch/ia64/include/asm/hardirq.h b/arch/ia64/include/asm/hardirq.h index d514cd9edb49f..8fb7d33a661f9 100644 --- a/arch/ia64/include/asm/hardirq.h +++ b/arch/ia64/include/asm/hardirq.h @@ -6,12 +6,6 @@ * David Mosberger-Tang */ - -#include -#include - -#include - /* * No irq_cpustat_t for IA-64. The data is held in the per-CPU data structure. */ @@ -20,6 +14,11 @@ #define local_softirq_pending() (local_cpu_data->softirq_pending) +#include +#include + +#include + extern void __iomem *ipi_base_addr; void ack_bad_irq(unsigned int irq);