diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-26 14:52:26 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-26 14:50:51 +0200 |
commit | 071375bc76ee86e58592f4682030c81d410ddfd9 (patch) | |
tree | caa744ef6a873ffdd14befff35c58826f6c1f9a0 /include/asm-x86 | |
parent | 1f972768a1df1518f45adb6b8ffbf04fa1c99737 (diff) | |
download | linux-071375bc76ee86e58592f4682030c81d410ddfd9.tar.gz linux-071375bc76ee86e58592f4682030c81d410ddfd9.tar.xz |
x86, RDC321x: remove gpio.h complications
Remove the include/asm-x86/gpio.h specials, just use the generic
version.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/gpio.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <gpio.h> -#else /* CONFIG_X86_RDC321X */ - #include <asm-generic/gpio.h> #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 */ |