diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 09:20:33 +0200 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 09:20:33 +0200 |
commit | 5e1b00758b5a8bee9d42515bffdaf305a32f1b04 (patch) | |
tree | 730c92bebd4e1918cd8ba7a76b4e50278d2e90eb /arch/x86/include/asm/gpio.h | |
parent | x86: drop double underscores from header guards (diff) | |
download | linux-5e1b00758b5a8bee9d42515bffdaf305a32f1b04.tar.xz linux-5e1b00758b5a8bee9d42515bffdaf305a32f1b04.zip |
x86: canonicalize remaining header guards
Canonicalize a few remaining header guards, with the exception for
those which are still in subarchitecture directories.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/include/asm/gpio.h')
-rw-r--r-- | arch/x86/include/asm/gpio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/include/asm/gpio.h b/arch/x86/include/asm/gpio.h index 1c07aad9624e..49dbfdfa50f9 100644 --- a/arch/x86/include/asm/gpio.h +++ b/arch/x86/include/asm/gpio.h @@ -13,8 +13,8 @@ * (at your option) any later version. */ -#ifndef _ASM_I386_GPIO_H -#define _ASM_I386_GPIO_H +#ifndef _ASM_X86_GPIO_H +#define _ASM_X86_GPIO_H #include <asm-generic/gpio.h> |