]> git.proxmox.com Git - mirror_qemu.git/commitdiff
hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
authorBernhard Beschow <shentey@gmail.com>
Sat, 21 Jan 2023 15:19:37 +0000 (16:19 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 27 Jan 2023 16:47:02 +0000 (11:47 -0500)
hw/acpi/piix4 has its own header with its structure definition etc.

Ammends commit 2bfd0845f0 'hw/acpi/piix4: move PIIX4PMState into
separate piix4.h header'.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230121151941.24120-4-shentey@gmail.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/piix4.c

index 0a81f1ad93c0465d5d828199c1febd8cc7861e8a..2ab4930f11f0914a9af61a7cbc42e81811ced693 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "qemu/osdep.h"
 #include "hw/i386/pc.h"
-#include "hw/southbridge/piix.h"
 #include "hw/irq.h"
 #include "hw/isa/apm.h"
 #include "hw/i2c/pm_smbus.h"