aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/apic/hw_nmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/apic/hw_nmi.c b/arch/x86/kernel/apic/hw_nmi.c
index 3b40082f0371..cefd6942f0e9 100644
--- a/arch/x86/kernel/apic/hw_nmi.c
+++ b/arch/x86/kernel/apic/hw_nmi.c
@@ -8,6 +8,7 @@
8 * Bits copied from original nmi.c file 8 * Bits copied from original nmi.c file
9 * 9 *
10 */ 10 */
11#include <asm/apic.h>
11 12
12#include <linux/cpumask.h> 13#include <linux/cpumask.h>
13#include <linux/kdebug.h> 14#include <linux/kdebug.h>