]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: fix nmi.c build bug
authorIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 11:50:10 +0000 (13:50 +0200)
committerIngo Molnar <mingo@elte.hu>
Mon, 2 Jun 2008 11:57:12 +0000 (13:57 +0200)
apic.h needs to be included for the apic_write_around() definition.

arch/x86/kernel/nmi.c

index bf143f191fb19bd3b1aa2f99cfccc206ec8a686a..cbd4fa3c475ba4ec95709f5514a88a626301a17f 100644 (file)
@@ -11,6 +11,8 @@
  *  Mikael Pettersson  : PM converted to driver model. Disable/enable API.
  */
 
+#include <asm/apic.h>
+
 #include <linux/nmi.h>
 #include <linux/mm.h>
 #include <linux/delay.h>