aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r--drivers/pci/probe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index 56437bbb144d..6675a7a1b9fc 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -1995,6 +1995,7 @@ err_out:
1995 kfree(b); 1995 kfree(b);
1996 return NULL; 1996 return NULL;
1997} 1997}
1998EXPORT_SYMBOL_GPL(pci_create_root_bus);
1998 1999
1999int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) 2000int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max)
2000{ 2001{