diff options
Diffstat (limited to 'include/asm-x86/gpio.h')
-rw-r--r-- | include/asm-x86/gpio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/asm-x86/gpio.h b/include/asm-x86/gpio.h index ff87fca0caf9..f269ff9cd40b 100644 --- a/include/asm-x86/gpio.h +++ b/include/asm-x86/gpio.h @@ -1,6 +1,6 @@ -#ifndef _ASM_I386_GPIO_H -#define _ASM_I386_GPIO_H +#ifndef ASM_X86__GPIO_H +#define ASM_X86__GPIO_H #include <gpio.h> -#endif /* _ASM_I386_GPIO_H */ +#endif /* ASM_X86__GPIO_H */ |