Please bear with me - another rename checkin. This qualifies as trivial, no
[coreboot.git] / src / southbridge / nvidia / mcp55 / mcp55_ht.c
index f6c5400b85b9485f84b38dc00be590845151374c..a05bd59df07d117966eb29b40ca54adb8ed4418e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2004 Tyan Computer
  * Written by Yinghai Lu <yhlu@tyan.com> for Tyan Computer.
@@ -46,7 +46,7 @@ static struct device_operations ht_ops  = {
        .ops_pci        = &lops_pci,
 };
 
-static struct pci_driver ht_driver __pci_driver = {
+static const struct pci_driver ht_driver __pci_driver = {
        .ops    = &ht_ops,
        .vendor = PCI_VENDOR_ID_NVIDIA,
        .device = PCI_DEVICE_ID_NVIDIA_MCP55_HT,