brcm47xx: add support for kernel 3.2

SVN-Revision: 29756
This commit is contained in:
Hauke Mehrtens
2012-01-15 21:18:34 +00:00
parent c3d134af12
commit 034cf5643f
47 changed files with 7484 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
--- a/arch/mips/include/asm/mach-bcm47xx/gpio.h
+++ b/arch/mips/include/asm/mach-bcm47xx/gpio.h
@@ -151,5 +151,9 @@ static inline int gpio_polarity(unsigned
return -EINVAL;
}
+static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
+{
+ return -ENOSYS;
+}
#endif /* __BCM47XX_GPIO_H */