From 04db334667b167b6f7c64e791defcb1bc61cfd3a Mon Sep 17 00:00:00 2001 From: Bryan O'Donoghue Date: Mon, 12 Oct 2015 15:45:05 +0100 Subject: [PATCH] greybus: loopback: add reserved fields to track firmware latencies The greybus specification has been extended to include two new reserved fields, which the implementation is using to track internal firmware latencies. This change adds the appropriate fields to the corresponding kernel header. Signed-off-by: Bryan O'Donoghue Signed-off-by: Greg Kroah-Hartman --- drivers/staging/greybus/greybus_protocols.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h index 44a213377cbe..fedb1b13d035 100644 --- a/drivers/staging/greybus/greybus_protocols.h +++ b/drivers/staging/greybus/greybus_protocols.h @@ -958,6 +958,8 @@ struct gb_loopback_transfer_request { struct gb_loopback_transfer_response { __le32 len; + __le32 reserved0; + __le32 reserved1; __u8 data[0]; } __packed; -- 2.11.0