MIPS: lantiq: drop ltq_gpio_request() and gpio_to_irq()
[linux-2.6.git] / arch / mips / include / asm / mach-lantiq / gpio.h
blobf79505b436092bd19f278da615353b5d0835aebe
1 #ifndef __ASM_MIPS_MACH_LANTIQ_GPIO_H
2 #define __ASM_MIPS_MACH_LANTIQ_GPIO_H
4 static inline int gpio_to_irq(unsigned int gpio)
6 return -1;
9 #define gpio_get_value __gpio_get_value
10 #define gpio_set_value __gpio_set_value
12 #define gpio_cansleep __gpio_cansleep
14 #include <asm-generic/gpio.h>
16 #endif