aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801jx/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82801jx/pci.c')
-rw-r--r--src/southbridge/intel/i82801jx/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801jx/pci.c b/src/southbridge/intel/i82801jx/pci.c
index 2262c91465..cfafda09cc 100644
--- a/src/southbridge/intel/i82801jx/pci.c
+++ b/src/southbridge/intel/i82801jx/pci.c
@@ -43,7 +43,7 @@ static void pci_init(struct device *dev)
pci_write_config16(dev, PCI_SEC_STATUS, reg16);
}
-static void set_subsystem(device_t dev, unsigned vendor, unsigned device)
+static void set_subsystem(struct device *dev, unsigned vendor, unsigned device)
{
/* NOTE: 0x54 is not the default position! */
if (!vendor || !device) {