[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250526122020.3926640-1-clf700383@gmail.com>
Date: Mon, 26 May 2025 20:20:20 +0800
From: clingfei <clf700383@...il.com>
To: elder@...nel.org
Cc: johan@...nel.org,
gregkh@...uxfoundation.org,
greybus-dev@...ts.linaro.org,
linux-kernel@...r.kernel.org,
clf700383@...il.com
Subject: [PATCH] greybus: Remove gb_control_get_manifest_response struct
The gb_control_get_manifest_response struct is not used.
So we delete it in this commit.
Signed-off-by: clingfei <clf700383@...il.com>
---
include/linux/greybus/greybus_protocols.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/linux/greybus/greybus_protocols.h b/include/linux/greybus/greybus_protocols.h
index 820134b0105c..dd09dc691dda 100644
--- a/include/linux/greybus/greybus_protocols.h
+++ b/include/linux/greybus/greybus_protocols.h
@@ -110,11 +110,6 @@ struct gb_control_get_manifest_size_response {
__le16 size;
} __packed;
-/* Control protocol manifest get request has no payload */
-struct gb_control_get_manifest_response {
- __u8 data[0];
-} __packed;
-
/* Control protocol [dis]connected request */
struct gb_control_connected_request {
__le16 cport_id;
--
2.34.1
Powered by blists - more mailing lists