mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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:
parent
9c852d2b8f
commit
7a57479b1d
@ -73,9 +73,6 @@ struct greybus_descriptor_string {
|
||||
|
||||
struct greybus_descriptor_cport {
|
||||
__le16 id;
|
||||
__le16 size;
|
||||
__u8 speed; // FIXME
|
||||
__u8 reserved;
|
||||
};
|
||||
|
||||
struct greybus_descriptor {
|
||||
|
Loading…
Reference in New Issue
Block a user