Skip to content

Commit

Permalink
hw/ide: Remove last two uses of ide/internal.h outside of hw/ide/
Browse files Browse the repository at this point in the history
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: a11f439 (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>
  • Loading branch information
zbalaton authored and philmd committed Feb 27, 2024
1 parent 72c9d94 commit c6ff8bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/arm/sbsa-ref.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion include/hw/misc/macio/macio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c6ff8bd

Please sign in to comment.