From: Ingo Molnar Date: Sat, 26 Jul 2008 12:52:26 +0000 (+0200) Subject: x86, RDC321x: remove gpio.h complications X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=071375bc76ee86e58592f4682030c81d410ddfd9;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git x86, RDC321x: remove gpio.h complications Remove the include/asm-x86/gpio.h specials, just use the generic version. Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/gpio.h b/include/asm-x86/gpio.h index 116e9147fe66..c4c91b37c104 100644 --- a/include/asm-x86/gpio.h +++ b/include/asm-x86/gpio.h @@ -16,10 +16,6 @@ #ifndef _ASM_I386_GPIO_H #define _ASM_I386_GPIO_H -#ifdef CONFIG_X86_RDC321X -#include -#else /* CONFIG_X86_RDC321X */ - #include #ifdef CONFIG_GPIOLIB @@ -57,6 +53,4 @@ static inline int irq_to_gpio(unsigned int irq) #endif /* CONFIG_GPIOLIB */ -#endif /* CONFIG_X86_RDC321X */ - #endif /* _ASM_I386_GPIO_H */