diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-17 13:20:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2012-05-17 13:20:10 +0000 |
commit | 3491d8c01799eedc6bb00405d306b206242abe40 (patch) | |
tree | f6947b21ad6ce27f030974becce5cb682b63bbf5 /target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch | |
parent | c8dc12389294ceb4d15200b191f3dbf78172f1b6 (diff) | |
download | mtk-20170518-3491d8c01799eedc6bb00405d306b206242abe40.zip mtk-20170518-3491d8c01799eedc6bb00405d306b206242abe40.tar.gz mtk-20170518-3491d8c01799eedc6bb00405d306b206242abe40.tar.bz2 |
brcm47xx: remove support for kernel 3.2
SVN-Revision: 31771
Diffstat (limited to 'target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch | 12 |
1 files changed, 0 insertions, 12 deletions
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 deleted file mode 100644 index c37bb13..0000000 --- a/target/linux/brcm47xx/patches-3.2/140-bcm47xx-add-gpio_set_debounce.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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 */ |