diff options
Diffstat (limited to 'hw/piix_pci.c')
-rw-r--r-- | hw/piix_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/piix_pci.c b/hw/piix_pci.c index 75f412a915..37352c4303 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -314,7 +314,7 @@ static int piix_load(QEMUFile* f, void *opaque, int version_id) return pci_device_load(d, f); } -int piix_init(PCIBus *bus, int devfn) +static int piix_init(PCIBus *bus, int devfn) { PCIDevice *d; uint8_t *pci_conf; |