From 68daf3a8757cabb4154c8e2e9712059bab603c3f Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Sat, 9 Mar 2013 13:24:43 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/2625 Reviewed-by: Paul Menzel Tested-by: build bot (Jenkins) --- src/include/device/pci.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include/device/pci.h') 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 */ -- cgit v1.2.3