diff options
author | Bernhard Beschow <shentey@gmail.com> | 2025-05-01 20:34:43 +0200 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-06 15:02:35 +0100 |
commit | 30f7e6b6926451335cf9f95aff5439c6230d9329 (patch) | |
tree | 2330e155bccce645f50602502bb38f0152718eba | |
parent | d3a161cdd56a768b89f164935033249dc16d5250 (diff) | |
download | qemu-30f7e6b6926451335cf9f95aff5439c6230d9329.zip qemu-30f7e6b6926451335cf9f95aff5439c6230d9329.tar.gz qemu-30f7e6b6926451335cf9f95aff5439c6230d9329.tar.bz2 |
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 <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-id: 20250501183445.2389-2-shentey@gmail.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r-- | hw/pci-host/designware.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/pci-host/designware.c b/hw/pci-host/designware.c index 183f838..b4bff14 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" |