]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/
authorBALATON Zoltan <balaton@eik.bme.hu>
Fri, 23 Feb 2024 14:26:33 +0000 (15:26 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 27 Feb 2024 08:37:30 +0000 (09:37 +0100)
Remove last two includes of hw/ide/intarnal.h outside of hw/ide and
replace them with newly added public header to allow moving internal.h
into hw/ide to really stop exposing it.

Fixes: a11f439a0e (hw/ide: Stop exposing internal.h to non-IDE files)
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20240223142633.933694E6004@zero.eik.bme.hu>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/arm/sbsa-ref.c
hw/ide/internal.h [moved from include/hw/ide/internal.h with 100% similarity]
include/hw/misc/macio/macio.h

index 4a59e2fd3702258737eb71ef820a1018a410342c..13dde50cba23f21ed9dec5d9028ee3463b6691f1 100644 (file)
@@ -36,7 +36,7 @@
 #include "hw/arm/smmuv3.h"
 #include "hw/block/flash.h"
 #include "hw/boards.h"
-#include "hw/ide/internal.h"
+#include "hw/ide/ide-bus.h"
 #include "hw/ide/ahci-sysbus.h"
 #include "hw/intc/arm_gicv3_common.h"
 #include "hw/intc/arm_gicv3_its_common.h"
similarity index 100%
rename from include/hw/ide/internal.h
rename to hw/ide/internal.h
index 86df2c2b60aa4d10a7d7a55c148ac2d1af23ab99..2b54da6b311752c5236585f14f82f01775451b74 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "hw/char/escc.h"
 #include "hw/pci/pci_device.h"
-#include "hw/ide/internal.h"
+#include "hw/ide/ide-bus.h"
 #include "hw/intc/heathrow_pic.h"
 #include "hw/misc/macio/cuda.h"
 #include "hw/misc/macio/gpio.h"