summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorIngo Molnar2008-07-26 14:52:26 +0200
committerIngo Molnar2008-07-26 14:50:51 +0200
commit071375bc76ee86e58592f4682030c81d410ddfd9 (patch)
treecaa744ef6a873ffdd14befff35c58826f6c1f9a0 /include
parentx86, RDC321x: add to mach-default (diff)
downloadkernel-qcow2-linux-071375bc76ee86e58592f4682030c81d410ddfd9.tar.gz
kernel-qcow2-linux-071375bc76ee86e58592f4682030c81d410ddfd9.tar.xz
kernel-qcow2-linux-071375bc76ee86e58592f4682030c81d410ddfd9.zip
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')
-rw-r--r--include/asm-x86/gpio.h6
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 */