Browse Source

Revert "ar71xx: add missing gpio_set_debounce function" - wrong target

SVN-Revision: 25854
Felix Fietkau 15 years ago
parent
commit
5bddd70a37

+ 0 - 5
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/gpio.h

@@ -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 */