summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-03 12:11:31 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-04 20:20:23 -0800
commit0e30550665cafe61776aa9730f876ade9a02a258 (patch)
tree0c8b9d9f13bc9b25a00a94bcabc08664db9600e3 /drivers/staging/greybus/greybus.h
parente96e61686388f92af8283cabe5dad158b5fd1f6e (diff)
greybus: remove unused connection device type
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>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index f51465e805fb..edee11a95a17 100644
--- 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)
{