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:
e96e616
)
greybus: remove unused connection device type
author
Johan Hovold
<johan@hovoldconsulting.com>
Tue, 3 Nov 2015 11:11:31 +0000
(12:11 +0100)
committer
Greg Kroah-Hartman
<gregkh@google.com>
Thu, 5 Nov 2015 04:20:23 +0000
(20:20 -0800)
The connection device type is no longer used.
Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/greybus.h
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/greybus.h
b/drivers/staging/greybus/greybus.h
index f51465e805fbcb41ef5eff442758a01b1995f5b5..edee11a95a17a59ed9d693ccf93ab44e593ff1f5 100644
(file)
--- a/
drivers/staging/greybus/greybus.h
+++ b/
drivers/staging/greybus/greybus.h
@@
-164,7
+164,6
@@
extern struct device_type greybus_endo_type;
extern struct device_type greybus_module_type;
extern struct device_type greybus_interface_type;
extern struct device_type greybus_bundle_type;
-extern struct device_type greybus_connection_type;
static inline int is_gb_endo(const struct device *dev)
{