1
0
Fork 0

greybus: remove unused host-device id

Remove unused device_id field from host-device structure.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
hifive-unleashed-5.1
Johan Hovold 2015-11-03 12:11:32 +01:00 committed by Greg Kroah-Hartman
parent 4d5c446b53
commit e96e616863
1 changed files with 0 additions and 1 deletions

View File

@ -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;