From: Matt Porter Date: Wed, 1 Oct 2014 19:09:00 +0000 (-0400) Subject: greybus: remove additional unused fields from the cport descriptor X-Git-Tag: v4.14-rc1~2366^2~378^2~21^2~2068 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a57479b1d6727a3635833d75396650a1914fa7e;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/greybus/greybus_manifest.h b/drivers/staging/greybus/greybus_manifest.h index 0867054..4d801d7 100644 --- a/drivers/staging/greybus/greybus_manifest.h +++ b/drivers/staging/greybus/greybus_manifest.h @@ -73,9 +73,6 @@ struct greybus_descriptor_string { struct greybus_descriptor_cport { __le16 id; - __le16 size; - __u8 speed; // FIXME - __u8 reserved; }; struct greybus_descriptor {