projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b395754
)
greybus: bundle: remove obsolete function prototype
author
Johan Hovold
<johan@hovoldconsulting.com>
Mon, 7 Dec 2015 14:05:29 +0000
(15:05 +0100)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Mon, 7 Dec 2015 19:34:46 +0000
(14:34 -0500)
Remove obsolete function prototype that was left after a recent code
relocation.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/bundle.h
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/bundle.h
b/drivers/staging/greybus/bundle.h
index 24ddd449034c2f2cc01fedf04645410594809ea9..662c4a6b92f5e9c0403c7f6ab6219ad262fe69eb 100644
(file)
--- a/
drivers/staging/greybus/bundle.h
+++ b/
drivers/staging/greybus/bundle.h
@@
-36,8
+36,4
@@
void gb_bundle_destroy(struct gb_bundle *bundle);
struct gb_bundle *gb_bundle_find(struct gb_interface *intf, u8 bundle_id);
void gb_bundle_bind_protocols(void);
-const struct greybus_bundle_id *
- gb_bundle_match_id(struct gb_bundle *bundle,
- const struct greybus_bundle_id *id);
-
#endif /* __BUNDLE_H */