From 7a57479b1d6727a3635833d75396650a1914fa7e Mon Sep 17 00:00:00 2001 From: Matt Porter Date: Wed, 1 Oct 2014 15:09:00 -0400 Subject: [PATCH] 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 --- drivers/staging/greybus/greybus_manifest.h | 3 --- 1 file changed, 3 deletions(-) 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 { -- 2.7.4