Skip to content
Snippets Groups Projects
Commit 5bddd70a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

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

SVN-Revision: 25854
parent 4e155b52
No related branches found
No related tags found
No related merge requests found
...@@ -48,11 +48,6 @@ static inline void gpio_set_value(unsigned gpio, int value) ...@@ -48,11 +48,6 @@ static inline void gpio_set_value(unsigned gpio, int value)
__gpio_set_value(gpio, value); __gpio_set_value(gpio, value);
} }
static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
{
return -ENOSYS;
}
#define gpio_cansleep __gpio_cansleep #define gpio_cansleep __gpio_cansleep
#endif /* __ASM_MACH_AR71XX_GPIO_H */ #endif /* __ASM_MACH_AR71XX_GPIO_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment