diff options
-rw-r--r-- | drivers/pci/probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index ceaeac1bd655..d8e32e111632 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c | |||
@@ -971,6 +971,7 @@ struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn) | |||
971 | 971 | ||
972 | return dev; | 972 | return dev; |
973 | } | 973 | } |
974 | EXPORT_SYMBOL(pci_scan_single_device); | ||
974 | 975 | ||
975 | /** | 976 | /** |
976 | * pci_scan_slot - scan a PCI slot on a bus for devices. | 977 | * pci_scan_slot - scan a PCI slot on a bus for devices. |
@@ -1158,7 +1159,6 @@ EXPORT_SYMBOL(pci_add_new_bus); | |||
1158 | EXPORT_SYMBOL(pci_do_scan_bus); | 1159 | EXPORT_SYMBOL(pci_do_scan_bus); |
1159 | EXPORT_SYMBOL(pci_scan_slot); | 1160 | EXPORT_SYMBOL(pci_scan_slot); |
1160 | EXPORT_SYMBOL(pci_scan_bridge); | 1161 | EXPORT_SYMBOL(pci_scan_bridge); |
1161 | EXPORT_SYMBOL(pci_scan_single_device); | ||
1162 | EXPORT_SYMBOL_GPL(pci_scan_child_bus); | 1162 | EXPORT_SYMBOL_GPL(pci_scan_child_bus); |
1163 | #endif | 1163 | #endif |
1164 | 1164 | ||