projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d91a97
)
dm: gpio: Remove unused get_state() uclass method
author
Simon Glass
<sjg@chromium.org>
Sat, 4 Oct 2014 17:29:57 +0000
(11:29 -0600)
committer
Simon Glass
<sjg@chromium.org>
Fri, 24 Oct 2014 01:30:51 +0000
(19:30 -0600)
This is no longer used so drop it.
Signed-off-by: Simon Glass <sjg@chromium.org>
include/asm-generic/gpio.h
patch
|
blob
|
history
diff --git
a/include/asm-generic/gpio.h
b/include/asm-generic/gpio.h
index 8af760e7770cb6012c31e4fb90c7e6a42e168a2e..4ec411b37285355e5e289aa560b442e4c7fb9743 100644
(file)
--- a/
include/asm-generic/gpio.h
+++ b/
include/asm-generic/gpio.h
@@
-198,8
+198,6
@@
struct dm_gpio_ops {
* @return current function - GPIOF_...
*/
int (*get_function)(struct udevice *dev, unsigned offset);
- int (*get_state)(struct udevice *dev, unsigned offset, char *state,
- int maxlen);
};
/**