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 90cb3a6394..1d6bf20173 100644 --- a/hw/piix_pci.c +++ b/hw/piix_pci.c @@ -210,7 +210,7 @@ PCIBus *i440fx_init(PCIDevice **pi440fx_state, qemu_irq *pic) /* PIIX3 PCI to ISA bridge */ -PCIDevice *piix3_dev; +static PCIDevice *piix3_dev; PCIDevice *piix4_dev; /* just used for simpler irq handling. */ |