projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: add some code to detect DMA stuck conditions on ar7240
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
arch
/
mips
/
include
/
asm
/
mach-ar71xx
/
gpio.h
diff --git
a/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/gpio.h
b/target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/gpio.h
index
2bc3d3f
..
6354d68
100644
(file)
--- a/
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/gpio.h
+++ b/
target/linux/ar71xx/files/arch/mips/include/asm/mach-ar71xx/gpio.h
@@
-48,11
+48,6
@@
static inline void gpio_set_value(unsigned gpio, int value)
__gpio_set_value(gpio, value);
}
-static inline int gpio_set_debounce(unsigned gpio, unsigned debounce)
-{
- return -ENOSYS;
-}
-
#define gpio_cansleep __gpio_cansleep
#endif /* __ASM_MACH_AR71XX_GPIO_H */
This page took
0.019513 seconds
and
4
git commands to generate.