diff mbox series

[v2,4/8] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"

Message ID 20230116125842.66817-5-shentey@gmail.com
State New
Headers show
Series AML Housekeeping | expand

Commit Message

Bernhard Beschow Jan. 16, 2023, 12:58 p.m. UTC
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(-)

Comments

Philippe Mathieu-Daudé Jan. 16, 2023, 2:01 p.m. UTC | #1
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 mbox series

Patch

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"