ar71xx: add missing gpio_set_debounce function
SVN-Revision: 25848
This commit is contained in:
parent
8d9c6a8f06
commit
57a14f4e15
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ 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…
Reference in a new issue