greybus: remove additional unused fields from the cport descriptor
authorMatt Porter <mporter@linaro.org>
Wed, 1 Oct 2014 19:09:00 +0000 (15:09 -0400)
committerGreg Kroah-Hartman <greg@kroah.com>
Wed, 1 Oct 2014 19:16:30 +0000 (12:16 -0700)
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>
drivers/staging/greybus/greybus_manifest.h

index 0867054..4d801d7 100644 (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 {