kernel: ssb/bcma: update to version from wireless-testing tag master-2012-05-16-2
[openwrt/svn-archive/archive.git] / target / linux / brcm47xx / patches-3.3 / 140-bcm47xx-add-gpio_set_debounce.patch
1 --- a/arch/mips/include/asm/mach-bcm47xx/gpio.h
2 +++ b/arch/mips/include/asm/mach-bcm47xx/gpio.h
3 @@ -151,5 +151,9 @@ static inline int gpio_polarity(unsigned
4 return -EINVAL;
5 }
6
7 +static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
8 +{
9 + return -ENOSYS;
10 +}
11
12 #endif /* __BCM47XX_GPIO_H */