summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/interface.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-25 15:58:56 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-25 15:27:06 -0800
commit9f59263a8976db0877409d9f9813d7101756a653 (patch)
tree9dd3963398d635c2e4608e7b2abad0b7ee57b2a1 /drivers/staging/greybus/interface.h
parentfda3412566631d7c22edc3da7561f09a6f4dbc96 (diff)
greybus: interface: rename vendor and product attributes
Rename vendor and product attributes vendor_id and product_id. 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h
index 28d2bac2b7b1..71493cd96ec7 100644
--- a/drivers/staging/greybus/interface.h
+++ b/drivers/staging/greybus/interface.h
@@ -28,8 +28,8 @@ struct gb_interface {
/* Information taken from the hotplug event */
u32 unipro_mfg_id;
u32 unipro_prod_id;
- u32 vendor;
- u32 product;
+ u32 vendor_id;
+ u32 product_id;
struct gb_module *module;
struct gb_host_device *hd;