[PATCH] greybus: Remove gb_control_get_manifest_response struct
From: clingfei
Date: Mon May 26 2025 - 08:20:52 EST
The gb_control_get_manifest_response struct is not used.
So we delete it in this commit.
Signed-off-by: clingfei <clf700383@xxxxxxxxx>
---
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