Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / intel / i82870 / p64h2_ioapic.c
index d1c5f4955266641b7bc2546ae59bada600b8e40c..ce37d122e7e4a93cb8466c5268dbbb3ecb6ab1de 100644 (file)
@@ -90,7 +90,7 @@ static struct device_operations ioapic_ops = {
         .enable   = p64h2_ioapic_enable,
 };
 
-static struct pci_driver ioapic_driver __pci_driver = {
+static const struct pci_driver ioapic_driver __pci_driver = {
         .ops    = &ioapic_ops,
         .vendor = PCI_VENDOR_ID_INTEL,
         .device = PCI_DEVICE_ID_INTEL_82870_1E0,