Commit 0e305506 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman

greybus: remove unused connection device type

The connection device type is no longer used.
Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent e96e6168
...@@ -164,7 +164,6 @@ extern struct device_type greybus_endo_type; ...@@ -164,7 +164,6 @@ extern struct device_type greybus_endo_type;
extern struct device_type greybus_module_type; extern struct device_type greybus_module_type;
extern struct device_type greybus_interface_type; extern struct device_type greybus_interface_type;
extern struct device_type greybus_bundle_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) static inline int is_gb_endo(const struct device *dev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment