summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/module.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <greg@kroah.com>2014-12-11 22:10:53 (GMT)
committerGreg Kroah-Hartman <greg@kroah.com>2014-12-12 00:53:59 (GMT)
commit708c126695611f2028aaa152398c75a03aeb1344 (patch)
treebc19a33d239662da88b7b8318e26b6db1085a11d /drivers/staging/greybus/module.h
parent3763f960a497fed19666dfd3366e28d6bc12b2c2 (diff)
downloadlinux-708c126695611f2028aaa152398c75a03aeb1344.tar.xz
greybus: module versions: remove them
We removed the module version from the spec, so remove them from the code as well. It's still in the manifest as we need to sync with gbsim / firmware when we do that, which will happen sometime in the next weeks. Reviewed-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/module.h')
-rw-r--r--drivers/staging/greybus/module.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/greybus/module.h b/drivers/staging/greybus/module.h
index 9e5358b..facc8ba 100644
--- a/drivers/staging/greybus/module.h
+++ b/drivers/staging/greybus/module.h
@@ -23,7 +23,6 @@ struct gb_module {
/* Information taken from the manifest module descriptor */
u16 vendor;
u16 product;
- u16 version;
char *vendor_string;
char *product_string;
u64 unique_id;