You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
326 B
14 lines
326 B
14 years ago
|
--- a/arch/mips/include/asm/mach-bcm47xx/gpio.h
|
||
|
+++ b/arch/mips/include/asm/mach-bcm47xx/gpio.h
|
||
|
@@ -58,6 +58,10 @@ static inline int gpio_polarity(unsigned
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
+static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
|
||
|
+{
|
||
|
+ return -ENOSYS;
|
||
|
+}
|
||
|
|
||
|
/* cansleep wrappers */
|
||
|
#include <asm-generic/gpio.h>
|