diff options
| author | Markus Armbruster <armbru@redhat.com> | 2020-06-22 11:42:16 +0200 |
|---|---|---|
| committer | Markus Armbruster <armbru@redhat.com> | 2020-06-23 16:07:07 +0200 |
| commit | fed2c1731c3dfdcf2d69a3ba73da01a80950bcfd (patch) | |
| tree | f3f263675124c76d430544a05737badeff2b81a4 /include | |
| parent | 6172e067a4f2a521ace14f7d0d88c6df76e26eab (diff) | |
| download | focaccia-qemu-fed2c1731c3dfdcf2d69a3ba73da01a80950bcfd.tar.gz focaccia-qemu-fed2c1731c3dfdcf2d69a3ba73da01a80950bcfd.zip | |
fdc: Open-code fdctrl_init_isa()
Helper function fdctrl_init_isa() is less than helpful: one of three places creating "isa-fdc" devices use it. Open-code it there, and drop the function. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-Id: <20200622094227.1271650-6-armbru@redhat.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/hw/block/fdc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/block/fdc.h b/include/hw/block/fdc.h index 8855d3476c..d232d3fa1e 100644 --- a/include/hw/block/fdc.h +++ b/include/hw/block/fdc.h @@ -10,7 +10,6 @@ #define TYPE_ISA_FDC "isa-fdc" void isa_fdc_init_drives(ISADevice *fdc, DriveInfo **fds); -ISADevice *fdctrl_init_isa(ISABus *bus, DriveInfo **fds); void fdctrl_init_sysbus(qemu_irq irq, int dma_chann, hwaddr mmio_base, DriveInfo **fds); void sun4m_fdctrl_init(qemu_irq irq, hwaddr io_base, |