From 3e7e134d827790c3714cae1d5b8aff8612000116 Mon Sep 17 00:00:00 2001 From: Mark Cave-Ayland Date: Fri, 16 Oct 2020 19:27:39 +0100 Subject: m48t59: remove legacy m48t59_init() function Now that all of the callers of this function have been switched to use qdev properties, this legacy init function can now be removed. Signed-off-by: Mark Cave-Ayland Message-Id: <20201016182739.22875-6-mark.cave-ayland@ilande.co.uk> Reviewed-by: Hervé Poussineau Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Mark Cave-Ayland --- include/hw/rtc/m48t59.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/hw/rtc/m48t59.h b/include/hw/rtc/m48t59.h index 9defe578d1..d9b45eb161 100644 --- a/include/hw/rtc/m48t59.h +++ b/include/hw/rtc/m48t59.h @@ -47,8 +47,4 @@ struct NvramClass { void (*toggle_lock)(Nvram *obj, int lock); }; -Nvram *m48t59_init(qemu_irq IRQ, hwaddr mem_base, - uint32_t io_base, uint16_t size, int base_year, - int type); - #endif /* HW_M48T59_H */ -- cgit v1.2.3-55-g7522