qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hw/sd: Remove unused header includes in ssi-sd.c
@ 2025-11-10 10:43 Bin Meng
  2025-11-12  7:17 ` Philippe Mathieu-Daudé
  2025-11-18 19:04 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 3+ messages in thread
From: Bin Meng @ 2025-11-10 10:43 UTC (permalink / raw)
  To: QEMU, Philippe Mathieu-Daudé

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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] hw/sd: Remove unused header includes in ssi-sd.c
  2025-11-10 10:43 [PATCH] hw/sd: Remove unused header includes in ssi-sd.c Bin Meng
@ 2025-11-12  7:17 ` Philippe Mathieu-Daudé
  2025-11-18 19:04 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-12  7:17 UTC (permalink / raw)
  To: Bin Meng, QEMU

On 10/11/25 11:43, Bin Meng wrote:
> 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(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] hw/sd: Remove unused header includes in ssi-sd.c
  2025-11-10 10:43 [PATCH] hw/sd: Remove unused header includes in ssi-sd.c Bin Meng
  2025-11-12  7:17 ` Philippe Mathieu-Daudé
@ 2025-11-18 19:04 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 3+ messages in thread
From: Philippe Mathieu-Daudé @ 2025-11-18 19:04 UTC (permalink / raw)
  To: Bin Meng, QEMU

On 10/11/25 11:43, Bin Meng wrote:
> 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(-)

Queued, thanks.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-11-18 19:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-10 10:43 [PATCH] hw/sd: Remove unused header includes in ssi-sd.c Bin Meng
2025-11-12  7:17 ` Philippe Mathieu-Daudé
2025-11-18 19:04 ` Philippe Mathieu-Daudé

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).