From e96e61686388f92af8283cabe5dad158b5fd1f6e Mon Sep 17 00:00:00 2001 From: Johan Hovold Date: Tue, 3 Nov 2015 12:11:32 +0100 Subject: [PATCH] greybus: remove unused host-device id Remove unused device_id field from host-device structure. 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 524a412b2e99..f51465e805fb 100644 --- a/drivers/staging/greybus/greybus.h +++ b/drivers/staging/greybus/greybus.h @@ -93,7 +93,6 @@ struct greybus_host_device { struct list_head interfaces; struct list_head connections; struct ida cport_id_map; - u8 device_id; /* Number of CPorts supported by the UniPro IP */ size_t num_cports;