diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2020-10-16 19:27:39 +0100 |
---|---|---|
committer | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2020-10-18 16:21:42 +0100 |
commit | 3e7e134d827790c3714cae1d5b8aff8612000116 (patch) | |
tree | c19b067d09aee2f72fea46ae5e7719c301363b56 /include/hw/rtc | |
parent | e8a02431ecd5b5e72fb471b01880252bcc0613cb (diff) | |
download | qemu-3e7e134d827790c3714cae1d5b8aff8612000116.zip qemu-3e7e134d827790c3714cae1d5b8aff8612000116.tar.gz qemu-3e7e134d827790c3714cae1d5b8aff8612000116.tar.bz2 |
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 <mark.cave-ayland@ilande.co.uk>
Message-Id: <20201016182739.22875-6-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Diffstat (limited to 'include/hw/rtc')
-rw-r--r-- | include/hw/rtc/m48t59.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/rtc/m48t59.h b/include/hw/rtc/m48t59.h index 9defe57..d9b45eb 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 */ |