summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/device/pci.h')
-rw-r--r--src/include/device/pci.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/device/pci.h b/src/include/device/pci.h
index a215a2a02885..132c48c9d3ba 100644
--- a/src/include/device/pci.h
+++ b/src/include/device/pci.h
@@ -106,8 +106,5 @@ static inline const struct pci_bus_operations *ops_pci_bus(struct bus *bus)
return bops;
}
-unsigned mainboard_pci_subsystem_vendor_id(struct device *dev);
-unsigned mainboard_pci_subsystem_device_id(struct device *dev);
-
#endif
#endif /* PCI_H */