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)
This commit is contained in:
parent
ce8410e1d3
commit
68daf3a875
@ -106,8 +106,5 @@ static inline const struct pci_bus_operations *ops_pci_bus(struct bus *bus)
|
|||||||
return bops;
|
return bops;
|
||||||
}
|
}
|
||||||
|
|
||||||
unsigned mainboard_pci_subsystem_vendor_id(struct device *dev);
|
|
||||||
unsigned mainboard_pci_subsystem_device_id(struct device *dev);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif /* PCI_H */
|
#endif /* PCI_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user