Ever wondered where those "setting incorrect section attributes for
[coreboot.git] / src / southbridge / nvidia / mcp55 / mcp55_usb.c
index c8f60903ee4974505af007c564bf20d29f9b86b5..61103fe2ee2fb73caf9edd5be62be2b682ae7ea2 100644 (file)
@@ -47,7 +47,7 @@ static struct device_operations usb_ops = {
        .ops_pci        = &lops_pci,
 };
 
-static struct pci_driver usb_driver __pci_driver = {
+static const struct pci_driver usb_driver __pci_driver = {
        .ops    = &usb_ops,
        .vendor = PCI_VENDOR_ID_NVIDIA,
        .device = PCI_DEVICE_ID_NVIDIA_MCP55_USB,