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

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
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment