diff options
author | Bernhard Beschow <shentey@gmail.com> | 2022-06-03 20:50:41 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé <f4bug@amsat.org> | 2022-06-11 11:44:50 +0200 |
commit | e8ebf54936fcaa0da1ccd60f2c20df93f5aa68d1 (patch) | |
tree | 432d54d06f686f3f69414166e15a58a5fb6ed455 /include | |
parent | 19e375db22461b255d32704ad289508e0f1d9947 (diff) | |
download | qemu-e8ebf54936fcaa0da1ccd60f2c20df93f5aa68d1.zip qemu-e8ebf54936fcaa0da1ccd60f2c20df93f5aa68d1.tar.gz qemu-e8ebf54936fcaa0da1ccd60f2c20df93f5aa68d1.tar.bz2 |
hw/isa/piix4: Inline and remove piix4_create()
During the previous changesets piix4_create() became a trivial
wrapper around more generic functions. Modernize the code.
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20220603185045.143789-8-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/hw/southbridge/piix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/hw/southbridge/piix.h b/include/hw/southbridge/piix.h index 2357ce0..9a2dd93 100644 --- a/include/hw/southbridge/piix.h +++ b/include/hw/southbridge/piix.h @@ -70,6 +70,4 @@ DECLARE_INSTANCE_CHECKER(PIIX3State, PIIX3_PCI_DEVICE, PIIX3State *piix3_create(PCIBus *pci_bus, ISABus **isa_bus); -DeviceState *piix4_create(PCIBus *pci_bus); - #endif |