]> Git Repo - qemu.git/blobdiff - hw/pci/pci.c
Make all static TypeInfos const
[qemu.git] / hw / pci / pci.c
index 94840c4af71d0c4bfe8760a166635a3be6b4f363..5fd1bcf08e62aea20c6e9578886c1bbab73d97e8 100644 (file)
@@ -2150,7 +2150,7 @@ void pci_setup_iommu(PCIBus *bus, PCIDMAContextFunc fn, void *opaque)
     bus->dma_context_opaque = opaque;
 }
 
-static TypeInfo pci_device_type_info = {
+static const TypeInfo pci_device_type_info = {
     .name = TYPE_PCI_DEVICE,
     .parent = TYPE_DEVICE,
     .instance_size = sizeof(PCIDevice),
This page took 0.02537 seconds and 4 git commands to generate.