brcm47xx: move and rename the patches
[openwrt.git] / target / linux / brcm47xx / patches-3.2 / 140-bcm47xx-add-gpio_set_debounce.patch
diff --git a/target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch b/target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch
new file mode 100644 (file)
index 0000000..c37bb13
--- /dev/null
@@ -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 */
This page took 0.019518 seconds and 4 git commands to generate.