From 669b96484caab266f71625426b4983d31e490f96 Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Fri, 16 Oct 2020 19:27:35 +0100 Subject: m48t59-isa: remove legacy m48t59_init_isa() function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This function is no longer used within the codebase. Signed-off-by: Mark Cave-Ayland Message-Id: <20201016182739.22875-2-mark.cave-ayland@ilande.co.uk> Reviewed-by: Hervé Poussineau Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Signed-off-by: Mark Cave-Ayland --- include/hw/rtc/m48t59.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/hw/rtc') diff --git a/include/hw/rtc/m48t59.h b/include/hw/rtc/m48t59.h index 04abedf..9defe57 100644 --- a/include/hw/rtc/m48t59.h +++ b/include/hw/rtc/m48t59.h @@ -47,8 +47,6 @@ struct NvramClass { void (*toggle_lock)(Nvram *obj, int lock); }; -Nvram *m48t59_init_isa(ISABus *bus, uint32_t io_base, uint16_t size, - int base_year, int type); Nvram *m48t59_init(qemu_irq IRQ, hwaddr mem_base, uint32_t io_base, uint16_t size, int base_year, int type); -- cgit v1.1