On 5/5/22 18:17, Bernhard Beschow wrote:
Commit 250263033c5343012b2cd6f01210ffb5b908a159 'isa: introduce wrapper isa_connect_gpio_out' introduced it in 2016. Since then, its only user remained mc146818rtc. Remove this one-off solution.Signed-off-by: Bernhard Beschow <shen...@gmail.com> --- hw/isa/isa-bus.c | 6 ------ hw/rtc/mc146818rtc.c | 3 ++- include/hw/isa/isa.h | 1 - 3 files changed, 2 insertions(+), 8 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <f4...@amsat.org>