aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/firmware/arm_scmi/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/firmware/arm_scmi/common.h b/drivers/firmware/arm_scmi/common.h
index 41b03e46cca8..937a930ce87d 100644
--- a/drivers/firmware/arm_scmi/common.h
+++ b/drivers/firmware/arm_scmi/common.h
@@ -86,9 +86,7 @@ struct scmi_msg {
86 * buffer for the rx path as we use for the tx path. 86 * buffer for the rx path as we use for the tx path.
87 * @done: completion event 87 * @done: completion event
88 */ 88 */
89
90struct scmi_xfer { 89struct scmi_xfer {
91 void *con_priv;
92 struct scmi_msg_hdr hdr; 90 struct scmi_msg_hdr hdr;
93 struct scmi_msg tx; 91 struct scmi_msg tx;
94 struct scmi_msg rx; 92 struct scmi_msg rx;