qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Bernhard Beschow
Subject: [PATCH v2 4/8] hw/acpi/piix4: No need to #include "hw/southbridge/piix.h"
Date: Mon, 16 Jan 2023 13:58:38 +0100

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(-)

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"
-- 
2.39.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]