projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d76c0cd
)
core: remove unused forward declaration
author
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Fri, 13 Nov 2020 13:48:17 +0000
(14:48 +0100)
committer
Bartosz Golaszewski
<bgolaszewski@baylibre.com>
Wed, 18 Nov 2020 08:33:58 +0000
(09:33 +0100)
struct gpiod_line_bulk_iter never made it into the API and its forward
declaration is a leftover. Remove it.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
include/gpiod.h
patch
|
blob
|
history
diff --git
a/include/gpiod.h
b/include/gpiod.h
index 8513b7bf198d9f9d526fc0bc5b41a9b5187ec403..5c66189479dca83d5e4aabbd825c167b0779d3db 100644
(file)
--- a/
include/gpiod.h
+++ b/
include/gpiod.h
@@
-48,7
+48,6
@@
struct gpiod_line;
struct gpiod_chip_iter;
struct gpiod_line_iter;
struct gpiod_line_bulk;
-struct gpiod_line_bulk_iter;
/**
* @defgroup common Common helper macros