Skip to content

Commit

Permalink
x86: fix nmi.c build bug
Browse files Browse the repository at this point in the history
apic.h needs to be included for the apic_write_around() definition.
  • Loading branch information
Ingo Molnar committed Jun 2, 2008
1 parent 88ff0a4 commit 3d1ba1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/x86/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3d1ba1d

Please sign in to comment.