From: Johan Hovold Date: Tue, 3 Nov 2015 11:11:31 +0000 (+0100) Subject: greybus: remove unused connection device type X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1077 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0e30550665cafe61776aa9730f876ade9a02a258;p=karo-tx-linux.git greybus: remove unused connection device type The connection device type is no longer used. Signed-off-by: Johan Hovold Reviewed-by: Viresh Kumar Signed-off-by: Greg Kroah-Hartman --- 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) {