From: Andrew Morton DECLARE_PER_CPU needs percpu.h Cc: Eric W. Biederman Signed-off-by: Andrew Morton --- include/asm-x86_64/hw_irq.h | 1 + 1 file changed, 1 insertion(+) diff -puN include/asm-x86_64/hw_irq.h~genirq-x86_64-irq-make-vector_irq-per-cpu-fix include/asm-x86_64/hw_irq.h --- a/include/asm-x86_64/hw_irq.h~genirq-x86_64-irq-make-vector_irq-per-cpu-fix +++ a/include/asm-x86_64/hw_irq.h @@ -19,6 +19,7 @@ #include #include #include +#include #endif #define NMI_VECTOR 0x02 _