diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-13 06:15:13 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-02-15 16:58:46 +0100 |
commit | fbb5945e859301e375fb919cb72b86b06116b998 (patch) | |
tree | 0e610d723419bdc72fa429a6f3bafc967501b064 /include/hw/arm/allwinner-r40.h | |
parent | b0bccc6a9af57d6adb73041e94d7cd5b1554fc0b (diff) |
hw/ide/ahci: Move SysBus definitions to 'ahci-sysbus.h'
Keep "hw/ide/ahci.h" AHCI-generic.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Leif Lindholm <quic_llindhol@quicinc.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20240213081201.78951-10-philmd@linaro.org>
Diffstat (limited to 'include/hw/arm/allwinner-r40.h')
-rw-r--r-- | include/hw/arm/allwinner-r40.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/arm/allwinner-r40.h b/include/hw/arm/allwinner-r40.h index 66c38e7d90..614e74b7ed 100644 --- a/include/hw/arm/allwinner-r40.h +++ b/include/hw/arm/allwinner-r40.h @@ -22,7 +22,7 @@ #include "qom/object.h" #include "hw/timer/allwinner-a10-pit.h" -#include "hw/ide/ahci.h" +#include "hw/ide/ahci-sysbus.h" #include "hw/intc/arm_gic.h" #include "hw/sd/allwinner-sdhost.h" #include "hw/misc/allwinner-r40-ccu.h" |