MCP55: Cosmetic fixes, switch to u8 et al.
[coreboot.git] / src / southbridge / nvidia / mcp55 / ht.c
index 8b0248f8a666f1122ffdb8bc218dde982f4f0df2..7ad361c504ff3b045fc71ac9f13fcf7dd83efc96 100644 (file)
 #include <device/pci_ops.h>
 #include "mcp55.h"
 
-static struct device_operations ht_ops  = {
-       .read_resources = pci_dev_read_resources,
-       .set_resources  = pci_dev_set_resources,
-       .enable_resources       = pci_dev_enable_resources,
-       .init           = 0,
-       .scan_bus       = 0,
-       .ops_pci        = &mcp55_pci_ops,
+static struct device_operations ht_ops = {
+       .read_resources   = pci_dev_read_resources,
+       .set_resources    = pci_dev_set_resources,
+       .enable_resources = pci_dev_enable_resources,
+       .init             = 0,
+       .scan_bus         = 0,
+       .ops_pci          = &mcp55_pci_ops,
 };
 
 static const struct pci_driver ht_driver __pci_driver = {
@@ -42,4 +42,3 @@ static const struct pci_driver ht_driver __pci_driver = {
        .vendor = PCI_VENDOR_ID_NVIDIA,
        .device = PCI_DEVICE_ID_NVIDIA_MCP55_HT,
 };
-