x86: fix nmi.c build bug
apic.h needs to be included for the apic_write_around() definition.
This commit is contained in:
parent
88ff0a474e
commit
3d1ba1da2b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue