diff mbox series

[6/7] hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h'

Message ID 20240213120153.90930-7-philmd@linaro.org
State New
Headers show
Series hw/i386: Cleanups around 'hw/i386/pc.h' | expand

Commit Message

Philippe Mathieu-Daudé Feb. 13, 2024, 12:01 p.m. UTC
cpu_hotplug.c only needs the PCI *device* definitions.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 hw/acpi/cpu_hotplug.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/hw/acpi/cpu_hotplug.c b/hw/acpi/cpu_hotplug.c
index 6f78db0ccb..f7fe905e0a 100644
--- a/hw/acpi/cpu_hotplug.c
+++ b/hw/acpi/cpu_hotplug.c
@@ -14,7 +14,7 @@ 
 #include "qapi/error.h"
 #include "hw/core/cpu.h"
 #include "hw/i386/pc.h"
-#include "hw/pci/pci.h"
+#include "hw/pci/pci_device.h"
 #include "qemu/error-report.h"
 
 #define CPU_EJECT_METHOD "CPEJ"