Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e96e6168 authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

greybus: remove unused host-device id



Remove unused device_id field from host-device structure.

Signed-off-by: default avatarJohan Hovold <johan@hovoldconsulting.com>
Reviewed-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@google.com>
parent 4d5c446b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;