diff options
-rw-r--r-- | include/asm-x86/hardirq_32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-x86/hardirq_32.h b/include/asm-x86/hardirq_32.h index 34649585bb59..918863530b92 100644 --- a/include/asm-x86/hardirq_32.h +++ b/include/asm-x86/hardirq_32.h | |||
@@ -13,7 +13,6 @@ typedef struct { | |||
13 | } ____cacheline_aligned irq_cpustat_t; | 13 | } ____cacheline_aligned irq_cpustat_t; |
14 | 14 | ||
15 | DECLARE_PER_CPU(irq_cpustat_t, irq_stat); | 15 | DECLARE_PER_CPU(irq_cpustat_t, irq_stat); |
16 | extern irq_cpustat_t irq_stat[]; | ||
17 | 16 | ||
18 | #define __ARCH_IRQ_STAT | 17 | #define __ARCH_IRQ_STAT |
19 | #define __IRQ_STAT(cpu, member) (per_cpu(irq_stat, cpu).member) | 18 | #define __IRQ_STAT(cpu, member) (per_cpu(irq_stat, cpu).member) |