projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f97276
)
x86, RDC321x: remove gpio.h complications
author
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Jul 2008 12:52:26 +0000
(14:52 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Jul 2008 12:50:51 +0000
(14:50 +0200)
Remove the include/asm-x86/gpio.h specials, just use the generic
version.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
include/asm-x86/gpio.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/gpio.h
b/include/asm-x86/gpio.h
index 116e9147fe66473c0412685480e565a8a1fd8b76..c4c91b37c104810433f074c396ca3bbc0e69c701 100644
(file)
--- 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 */