From: Johan Hovold Date: Tue, 3 Nov 2015 11:11:31 +0000 (+0100) Subject: greybus: remove unused connection device type X-Git-Tag: v4.14-rc1~2366^2~378^2~21^2~1077 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0e30550665cafe61776aa9730f876ade9a02a258;p=platform%2Fkernel%2Flinux-rpi.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 f51465e..edee11a 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) {