aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/pci_ops.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/pci_ops.c')
-rw-r--r--src/arch/x86/pci_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/pci_ops.c b/src/arch/x86/pci_ops.c
index 82f9fd2644..f30bffe320 100644
--- a/src/arch/x86/pci_ops.c
+++ b/src/arch/x86/pci_ops.c
@@ -16,7 +16,7 @@
#include <device/device.h>
#include <device/pci_ops.h>
-const struct pci_bus_operations *pci_bus_default_ops(struct device *dev)
+const struct pci_bus_operations *pci_bus_default_ops(void)
{
return &pci_cf8_conf1;
}