From: Bernhard Beschow Date: Thu, 1 May 2025 18:34:43 +0000 (+0200) Subject: hw/pci-host/designware: Remove unused include X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=30f7e6b6926451335cf9f95aff5439c6230d9329;p=thirdparty%2Fqemu.git hw/pci-host/designware: Remove unused include The DEFINE_TYPES() macro doesn't need the qemu/module.h include. Fixes: 13a07eb146c8 ("hw/pci-host/designware: Declare CPU QOM types using DEFINE_TYPES() macro") Signed-off-by: Bernhard Beschow Reviewed-by: Philippe Mathieu-Daudé Message-id: 20250501183445.2389-2-shentey@gmail.com Signed-off-by: Peter Maydell --- diff --git a/hw/pci-host/designware.c b/hw/pci-host/designware.c index 183f838392..b4bff14579 100644 --- a/hw/pci-host/designware.c +++ b/hw/pci-host/designware.c @@ -20,7 +20,6 @@ #include "qemu/osdep.h" #include "qapi/error.h" -#include "qemu/module.h" #include "qemu/log.h" #include "qemu/bitops.h" #include "hw/pci/msi.h"