summaryrefslogtreecommitdiffstats
path: root/src/include/device/pci.h
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2013-03-09 13:24:43 +0100
committerPatrick Georgi <patrick@georgi-clan.de>2013-03-11 15:04:37 +0100
commit68daf3a8757cabb4154c8e2e9712059bab603c3f (patch)
tree6d55439c4a7e59c25bc36cbb267f534b196d40cb /src/include/device/pci.h
parentce8410e1d3c6565d288c4cfd6c315db0e65b968e (diff)
downloadcoreboot-68daf3a8757cabb4154c8e2e9712059bab603c3f.tar.gz
coreboot-68daf3a8757cabb4154c8e2e9712059bab603c3f.tar.bz2
coreboot-68daf3a8757cabb4154c8e2e9712059bab603c3f.zip
pci.h: Drop unused `mainboard_pci_subsystem*` prototypes
We used to allow mainboards to override subsystems using mainboard_pci_subsystem_vendor_id and mainboard_pci_subsystem_device_id. Mechanisms have changed and the only occurrence of these names is in the header. Change-Id: Ic2ab13201a2740c98868fdf580140b7758b62263 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/2625 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins)
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 */