x86: constify PCI raw ops structures
[pandora-kernel.git] / arch / x86 / pci / mmconfig_32.c
index a3d9c54..5372e86 100644 (file)
@@ -117,7 +117,7 @@ static int pci_mmcfg_write(unsigned int seg, unsigned int bus,
        return 0;
 }
 
-static struct pci_raw_ops pci_mmcfg = {
+static const struct pci_raw_ops pci_mmcfg = {
        .read =         pci_mmcfg_read,
        .write =        pci_mmcfg_write,
 };