hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Thu, 9 Feb 2023 22:37:23 +0000 (23:37 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:02 +0000 (22:29 +0100)
commit1f7a0d0339c1b273865f849eb3b83c411e344865
treea29e4f1fb08607a534e9f47b441ef1e12ad57bae
parent989bc90b2c5fe6f3144de0c54a1678bbc3ef505c
hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'

The IDEBus structure has PortioList fields, so we need its
declarations from "exec/ioport.h". "hw/isa/isa.h" is not required.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230215112712.23110-9-philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
include/hw/ide/internal.h