aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/nmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/nmi.h')
-rw-r--r--arch/x86/include/asm/nmi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/nmi.h b/arch/x86/include/asm/nmi.h
index a53f829a97c..c45a0a568df 100644
--- a/arch/x86/include/asm/nmi.h
+++ b/arch/x86/include/asm/nmi.h
@@ -1,5 +1,5 @@
1#ifndef ASM_X86__NMI_H 1#ifndef _ASM_X86_NMI_H
2#define ASM_X86__NMI_H 2#define _ASM_X86_NMI_H
3 3
4#include <linux/pm.h> 4#include <linux/pm.h>
5#include <asm/irq.h> 5#include <asm/irq.h>
@@ -78,4 +78,4 @@ void enable_lapic_nmi_watchdog(void);
78void stop_nmi(void); 78void stop_nmi(void);
79void restart_nmi(void); 79void restart_nmi(void);
80 80
81#endif /* ASM_X86__NMI_H */ 81#endif /* _ASM_X86_NMI_H */