summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-21 10:52:01 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-21 17:15:35 -0800
commit8034bd561dac0c6616097394ba9b5eaee3c4fc9c (patch)
treeddbf36b9424b99e43849fa08ed90d07fd8e63fcd /drivers/staging/greybus/interface.h
parent9784a591f00134c02d152d6d07c539a136db7c12 (diff)
greybus: interface: remove unique id
Remove the unimplemented interface unique-id. There will eventually be an interface-serial-number attribute provided, but let's not export it or commit to a name for this attribute until we need it. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/interface.h')
-rw-r--r--drivers/staging/greybus/interface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 248c9918a9cc..f0ef4e9a6206 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -26,7 +26,6 @@ struct gb_interface {
u16 product;
char *vendor_string;
char *product_string;
- u64 unique_id;
/* Information taken from the hotplug event */
u32 unipro_mfg_id;