From: clingfei <clf700383@gmail.com>
To: elder@kernel.org
Cc: johan@kernel.org, gregkh@linuxfoundation.org,
greybus-dev@lists.linaro.org, linux-kernel@vger.kernel.org,
clf700383@gmail.com
Subject: [PATCH] greybus: Remove gb_control_get_manifest_response struct
Date: Mon, 26 May 2025 20:20:20 +0800 [thread overview]
Message-ID: <20250526122020.3926640-1-clf700383@gmail.com> (raw)
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
reply other threads:[~2025-05-26 12:20 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250526122020.3926640-1-clf700383@gmail.com \
--to=clf700383@gmail.com \
--cc=elder@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=greybus-dev@lists.linaro.org \
--cc=johan@kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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®