x86: fix nmi.c build bug

apic.h needs to be included for the apic_write_around() definition.
This commit is contained in:
Ingo Molnar 2008-06-02 13:50:10 +02:00
parent 88ff0a474e
commit 3d1ba1da2b
1 changed files with 2 additions and 0 deletions

View 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>