diff options
-rw-r--r-- | arch/mips/include/asm/mach-lantiq/gpio.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/include/asm/mach-lantiq/gpio.h b/arch/mips/include/asm/mach-lantiq/gpio.h index f79505b43609..9ba1caebca5f 100644 --- a/arch/mips/include/asm/mach-lantiq/gpio.h +++ b/arch/mips/include/asm/mach-lantiq/gpio.h | |||
@@ -1,10 +1,7 @@ | |||
1 | #ifndef __ASM_MIPS_MACH_LANTIQ_GPIO_H | 1 | #ifndef __ASM_MIPS_MACH_LANTIQ_GPIO_H |
2 | #define __ASM_MIPS_MACH_LANTIQ_GPIO_H | 2 | #define __ASM_MIPS_MACH_LANTIQ_GPIO_H |
3 | 3 | ||
4 | static inline int gpio_to_irq(unsigned int gpio) | 4 | #define gpio_to_irq __gpio_to_irq |
5 | { | ||
6 | return -1; | ||
7 | } | ||
8 | 5 | ||
9 | #define gpio_get_value __gpio_get_value | 6 | #define gpio_get_value __gpio_get_value |
10 | #define gpio_set_value __gpio_set_value | 7 | #define gpio_set_value __gpio_set_value |