x86: drop double underscores from header guards

Drop double underscores from header guards in arch/x86/include.  They
are used inconsistently, and are not necessary.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
此提交包含在:
H. Peter Anvin
2008-10-23 00:01:39 -07:00
父節點 1965aae3c9
當前提交 05e4d3169b
共有 32 個檔案被更改,包括 96 行新增96 行删除

查看文件

@@ -1,5 +1,5 @@
#ifndef _ASM_X86_VISWS__PIIX4_H
#define _ASM_X86_VISWS__PIIX4_H
#ifndef _ASM_X86_VISWS_PIIX4_H
#define _ASM_X86_VISWS_PIIX4_H
/*
* PIIX4 as used on SGI Visual Workstations
@@ -104,4 +104,4 @@
*/
#define PIIX_GPI_STPCLK 0x4 // STPCLK signal routed back in
#endif /* _ASM_X86_VISWS__PIIX4_H */
#endif /* _ASM_X86_VISWS_PIIX4_H */