Commit 7a57479b authored by Matt Porter's avatar Matt Porter Committed by Greg Kroah-Hartman

greybus: remove additional unused fields from the cport descriptor

The Greybus spec was updated to remove some unused fields from the
CPort descriptor definition. Remove them from the structure so
we don't fail manifest parsing.
Signed-off-by: default avatarMatt Porter <mporter@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 9c852d2b
......@@ -73,9 +73,6 @@ struct greybus_descriptor_string {
struct greybus_descriptor_cport {
__le16 id;
__le16 size;
__u8 speed; // FIXME
__u8 reserved;
};
struct greybus_descriptor {
......
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