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: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Greg Kroah-Hartman 2014-12-09 14:57:04 -05:00
parent 6b7dff889c
commit 5f474d4943

View File

@ -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;