2011-06-18 23:24:44 +08:00
|
|
|
--- a/arch/mips/include/asm/mach-bcm47xx/gpio.h
|
|
|
|
+++ b/arch/mips/include/asm/mach-bcm47xx/gpio.h
|
2011-06-29 06:21:57 +08:00
|
|
|
@@ -136,6 +136,10 @@ static inline int gpio_polarity(unsigned
|
|
|
|
return -EINVAL;
|
2011-06-18 23:24:44 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
+static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
|
|
|
|
+{
|
|
|
|
+ return -ENOSYS;
|
|
|
|
+}
|
|
|
|
|
|
|
|
/* cansleep wrappers */
|
|
|
|
#include <asm-generic/gpio.h>
|