Message ID | 20230116125842.66817-5-shentey@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | AML Housekeeping | expand |
On 16/1/23 13:58, Bernhard Beschow wrote: > hw/acpi/piix4 has its own header with its structure definition etc. > > Signed-off-by: Bernhard Beschow <shentey@gmail.com> > --- > hw/acpi/piix4.c | 1 - > 1 file changed, 1 deletion(-) Indeed, since 2bfd0845f0 ("hw/acpi/piix4: move PIIX4PMState into separate piix4.h header"). Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
diff --git a/hw/acpi/piix4.c b/hw/acpi/piix4.c index 4d0d4fdeeb..2e19a55526 100644 --- a/hw/acpi/piix4.c +++ b/hw/acpi/piix4.c @@ -20,7 +20,6 @@ */ #include "qemu/osdep.h" -#include "hw/southbridge/piix.h" #include "hw/irq.h" #include "hw/isa/apm.h" #include "hw/i2c/pm_smbus.h"
hw/acpi/piix4 has its own header with its structure definition etc. Signed-off-by: Bernhard Beschow <shentey@gmail.com> --- hw/acpi/piix4.c | 1 - 1 file changed, 1 deletion(-)