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: Matt Porter <mporter@linaro.org>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Matt Porter 2014-10-01 15:09:00 -04:00 committed by Greg Kroah-Hartman
parent 9c852d2b8f
commit 7a57479b1d

View File

@ -73,9 +73,6 @@ struct greybus_descriptor_string {
struct greybus_descriptor_cport {
__le16 id;
__le16 size;
__u8 speed; // FIXME
__u8 reserved;
};
struct greybus_descriptor {