mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-29 03:20:01 +04:00
Revert "ar71xx: add missing gpio_set_debounce function" - wrong target
SVN-Revision: 25854
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user