From: Bin Meng <bmeng.cn@gmail.com>
To: QEMU <qemu-devel@nongnu.org>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH] hw/sd: Remove unused header includes in ssi-sd.c
Date: Mon, 10 Nov 2025 18:43:11 +0800 [thread overview]
Message-ID: <20251110104311.1640772-1-bmeng.cn@gmail.com> (raw)
Remove these header files which are not used by ssi-sd.c
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---
hw/sd/ssi-sd.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/hw/sd/ssi-sd.c b/hw/sd/ssi-sd.c
index 3aacbd0387..1782fb7431 100644
--- a/hw/sd/ssi-sd.c
+++ b/hw/sd/ssi-sd.c
@@ -16,14 +16,10 @@
*/
#include "qemu/osdep.h"
-#include "system/blockdev.h"
#include "hw/ssi/ssi.h"
#include "migration/vmstate.h"
-#include "hw/qdev-properties.h"
#include "hw/sd/sd.h"
-#include "qapi/error.h"
#include "qemu/crc-ccitt.h"
-#include "qemu/module.h"
#include "qom/object.h"
//#define DEBUG_SSI_SD 1
--
2.34.1
next reply other threads:[~2025-11-10 11:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-10 10:43 Bin Meng [this message]
2025-11-12 7:17 ` [PATCH] hw/sd: Remove unused header includes in ssi-sd.c Philippe Mathieu-Daudé
2025-11-18 19:04 ` Philippe Mathieu-Daudé
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=20251110104311.1640772-1-bmeng.cn@gmail.com \
--to=bmeng.cn@gmail.com \
--cc=philmd@linaro.org \
--cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).