aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci')
-rw-r--r--drivers/pci/pci-sysfs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pci/pci-sysfs.c b/drivers/pci/pci-sysfs.c
index 284e83a527f9..e5737f0b3997 100644
--- a/drivers/pci/pci-sysfs.c
+++ b/drivers/pci/pci-sysfs.c
@@ -600,6 +600,11 @@ static struct bin_attribute pcie_config_attr = {
600 .write = pci_write_config, 600 .write = pci_write_config,
601}; 601};
602 602
603void __attribute__ ((weak)) pcibios_add_platform_entries(struct pci_dev *dev)
604{
605 return;
606}
607
603int __must_check pci_create_sysfs_dev_files (struct pci_dev *pdev) 608int __must_check pci_create_sysfs_dev_files (struct pci_dev *pdev)
604{ 609{
605 struct bin_attribute *rom_attr = NULL; 610 struct bin_attribute *rom_attr = NULL;