mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-03 17:51:57 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user