[PATCH] greybus: Remove gb_control_get_manifest_response struct

clingfei posted 1 patch 8 months, 2 weeks ago
include/linux/greybus/greybus_protocols.h | 5 -----
1 file changed, 5 deletions(-)
[PATCH] greybus: Remove gb_control_get_manifest_response struct
Posted by clingfei 8 months, 2 weeks ago
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