diff options
author | Johan Hovold <johan@hovoldconsulting.com> | 2015-11-03 12:11:32 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@google.com> | 2015-11-04 20:20:23 -0800 |
commit | e96e61686388f92af8283cabe5dad158b5fd1f6e (patch) | |
tree | dd9c4352a45a7b670936bd7aba6e506e8778a0a2 /drivers/staging/greybus/greybus.h | |
parent | 4d5c446b53655da886822a01b5d004704b564f8d (diff) |
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>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r-- | drivers/staging/greybus/greybus.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |