summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/vga.h')
-rw-r--r--arch/x86/include/asm/vga.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/include/asm/vga.h b/arch/x86/include/asm/vga.h
index b9e493d07d07..c4b9dc2f67c5 100644
--- a/arch/x86/include/asm/vga.h
+++ b/arch/x86/include/asm/vga.h
@@ -4,8 +4,8 @@
* (c) 1998 Martin Mares <mj@ucw.cz>
*/
-#ifndef ASM_X86__VGA_H
-#define ASM_X86__VGA_H
+#ifndef _ASM_X86_VGA_H
+#define _ASM_X86_VGA_H
/*
* On the PC, we can just recalculate addresses and then
@@ -17,4 +17,4 @@
#define vga_readb(x) (*(x))
#define vga_writeb(x, y) (*(y) = (x))
-#endif /* ASM_X86__VGA_H */
+#endif /* _ASM_X86_VGA_H */