summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus.h
diff options
context:
space:
mode:
authorMatt Porter2014-09-27 03:49:48 +0200
committerGreg Kroah-Hartman2014-09-30 02:54:08 +0200
commit6d63ff7a2d40b8865eb00857cdb910944c17f0b2 (patch)
tree5d21c31bc187cf2dc7192c13f308889bd955d1ce /drivers/staging/greybus/greybus.h
parentgreybus: fix up coding style issue I caused with the last patch... (diff)
downloadkernel-qcow2-linux-6d63ff7a2d40b8865eb00857cdb910944c17f0b2.tar.gz
kernel-qcow2-linux-6d63ff7a2d40b8865eb00857cdb910944c17f0b2.tar.xz
kernel-qcow2-linux-6d63ff7a2d40b8865eb00857cdb910944c17f0b2.zip
greybus: update descriptor module_id->module to match spec
Greybus spec was updated to change the name of the Module ID descriptor to simply Module descriptor. Change everything accordingly. Signed-off-by: Matt Porter <mporter@linaro.org> Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/greybus.h')
-rw-r--r--drivers/staging/greybus/greybus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/greybus.h b/drivers/staging/greybus/greybus.h
index 692a5b9bf797..0a0b0a591355 100644
--- a/drivers/staging/greybus/greybus.h
+++ b/drivers/staging/greybus/greybus.h
@@ -200,7 +200,7 @@ struct greybus_module {
struct device dev;
u16 module_number;
struct greybus_descriptor_function function;
- struct greybus_descriptor_module_id module_id;
+ struct greybus_descriptor_module module;
struct greybus_descriptor_serial_number serial_number;
int num_cports;
int num_strings;