ar71xx: enable GPIO support for the AR933x SoCs
[openwrt.git] / target / linux / ar71xx / files / arch / mips / include / asm / mach-ar71xx / gpio.h
index 2bc3d3f..6354d68 100644 (file)
@@ -48,11 +48,6 @@ static inline void gpio_set_value(unsigned gpio, int value)
                __gpio_set_value(gpio, value);
 }
 
-static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
-{
-       return -ENOSYS;
-}
-
 #define gpio_cansleep  __gpio_cansleep
 
 #endif /* __ASM_MACH_AR71XX_GPIO_H */
This page took 0.019697 seconds and 4 git commands to generate.