diff options
| author | Mark Cave-Ayland | 2022-05-28 11:02:11 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé | 2022-06-11 11:44:47 +0200 |
| commit | 65417e548ad4277ee6b08443fd06d4d8446ed05e (patch) | |
| tree | 86a70cc3facbbd23cfefb1c0d54729394f4968a0 /include/hw/southbridge | |
| parent | hw/isa/piix4.c: create PIIX4_PM device directly instead of using piix4_pm_ini... (diff) | |
| download | qemu-65417e548ad4277ee6b08443fd06d4d8446ed05e.tar.gz qemu-65417e548ad4277ee6b08443fd06d4d8446ed05e.tar.xz qemu-65417e548ad4277ee6b08443fd06d4d8446ed05e.zip | |
hw/acpi/piix4: remove unused piix4_pm_initfn() function
This function is now unused and so can be completely removed.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20220528091934.15520-13-mark.cave-ayland@ilande.co.uk>
Reviewed-by: Bernhard Beschow <shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'include/hw/southbridge')
| -rw-r--r-- | include/hw/southbridge/piix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/hw/southbridge/piix.h b/include/hw/southbridge/piix.h index b69e0dfb04..976b4da582 100644 --- a/include/hw/southbridge/piix.h +++ b/include/hw/southbridge/piix.h @@ -14,10 +14,6 @@ #include "hw/pci/pci.h" #include "qom/object.h" -#include "hw/acpi/piix4.h" - -PIIX4PMState *piix4_pm_initfn(PCIBus *bus, int devfn, uint32_t smb_io_base, - bool smm_enabled); /* PIRQRC[A:D]: PIRQx Route Control Registers */ #define PIIX_PIRQCA 0x60 |
