Commit 5f474d49 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: greybus_manifest.h: add FIXME for version

The version field is going to go away, but after the demo, not before.
Note that in the header file.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 6b7dff88
......@@ -71,7 +71,7 @@ enum greybus_class_type {
struct greybus_descriptor_module {
__le16 vendor;
__le16 product;
__le16 version;
__le16 version; // TODO - remove after Dec demo.
__u8 vendor_stringid;
__u8 product_stringid;
__le64 unique_id;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment