aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/srat.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/srat.h')
-rw-r--r--arch/x86/include/asm/srat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/srat.h b/arch/x86/include/asm/srat.h
index 5363e4f7e1c..b508d639d1a 100644
--- a/arch/x86/include/asm/srat.h
+++ b/arch/x86/include/asm/srat.h
@@ -24,8 +24,8 @@
* Send feedback to Pat Gaughen <gone@us.ibm.com>
*/
-#ifndef ASM_X86__SRAT_H
-#define ASM_X86__SRAT_H
+#ifndef _ASM_X86_SRAT_H
+#define _ASM_X86_SRAT_H
#ifdef CONFIG_ACPI_NUMA
extern int get_memcfg_from_srat(void);
@@ -36,4 +36,4 @@ static inline int get_memcfg_from_srat(void)
}
#endif
-#endif /* ASM_X86__SRAT_H */
+#endif /* _ASM_X86_SRAT_H */