diff options
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r-- | drivers/pci/probe.c | 1 |
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 | } |
1998 | EXPORT_SYMBOL_GPL(pci_create_root_bus); | ||
1998 | 1999 | ||
1999 | int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) | 2000 | int pci_bus_insert_busn_res(struct pci_bus *b, int bus, int bus_max) |
2000 | { | 2001 | { |