From 0e30550665cafe61776aa9730f876ade9a02a258 Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Tue, 3 Nov 2015 12:11:31 +0100 Subject: [PATCH] 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 --- drivers/staging/greybus/greybus.h | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.7.4