X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fmach-generic%2Fgpio.h;h=995c45efdb33edb699eaea81c2bb350e2c7343b1;hb=05e4d3169bd16229d84a2ef095e1ba2cd3873baa;hp=5fef612df2c6d5f4cdf5866cf72ff0e6cf44067c;hpb=1965aae3c98397aad957412413c07e97b1bd4e64;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/include/asm/mach-generic/gpio.h b/arch/x86/include/asm/mach-generic/gpio.h index 5fef612df2c..995c45efdb3 100644 --- a/arch/x86/include/asm/mach-generic/gpio.h +++ b/arch/x86/include/asm/mach-generic/gpio.h @@ -1,5 +1,5 @@ -#ifndef _ASM_X86_MACH_GENERIC__GPIO_H -#define _ASM_X86_MACH_GENERIC__GPIO_H +#ifndef _ASM_X86_MACH_GENERIC_GPIO_H +#define _ASM_X86_MACH_GENERIC_GPIO_H int gpio_request(unsigned gpio, const char *label); void gpio_free(unsigned gpio); @@ -12,4 +12,4 @@ int irq_to_gpio(unsigned irq); #include /* cansleep wrappers */ -#endif /* _ASM_X86_MACH_GENERIC__GPIO_H */ +#endif /* _ASM_X86_MACH_GENERIC_GPIO_H */