mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-20 17:32:57 +00:00
Revert "ar71xx: add missing gpio_set_debounce function" - wrong target
SVN-Revision: 25854
This commit is contained in:
parent
4e155b5283
commit
5bddd70a37
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user