* [PATCH] greybus: Remove gb_control_get_manifest_response struct
@ 2025-05-26 12:20 clingfei
0 siblings, 0 replies; only message in thread
From: clingfei @ 2025-05-26 12:20 UTC (permalink / raw)
To: elder; +Cc: johan, gregkh, greybus-dev, linux-kernel, clf700383
The gb_control_get_manifest_response struct is not used.
So we delete it in this commit.
Signed-off-by: clingfei <clf700383@gmail.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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-26 12:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-26 12:20 [PATCH] greybus: Remove gb_control_get_manifest_response struct clingfei
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®