summaryrefslogtreecommitdiff
path: root/src/device/pci_ops_mmconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_ops_mmconf.c')
-rw-r--r--src/device/pci_ops_mmconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_ops_mmconf.c b/src/device/pci_ops_mmconf.c
index 8b7b57452f..0af8f8e28b 100644
--- a/src/device/pci_ops_mmconf.c
+++ b/src/device/pci_ops_mmconf.c
@@ -71,7 +71,7 @@ static const struct pci_bus_operations pci_ops_mmconf = {
.write32 = pci_mmconf_write_config32,
};
-const struct pci_bus_operations *pci_bus_default_ops(struct device *dev)
+const struct pci_bus_operations *pci_bus_default_ops(void)
{
return &pci_ops_mmconf;
}