Commit 3d1ba1da authored by Ingo Molnar's avatar Ingo Molnar

x86: fix nmi.c build bug

apic.h needs to be included for the apic_write_around() definition.
parent 88ff0a47
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment