Skip to content

Commit

Permalink
x86, RDC321x: remove gpio.h complications
Browse files Browse the repository at this point in the history
Remove the include/asm-x86/gpio.h specials, just use the generic
version.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Jul 26, 2008
1 parent 1f97276 commit 071375b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions include/asm-x86/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 */

0 comments on commit 071375b

Please sign in to comment.