diff options
Diffstat (limited to 'drivers/pci/probe.c')
-rw-r--r-- | drivers/pci/probe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 5fd585293e79..ceaeac1bd655 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c | |||
@@ -1140,7 +1140,6 @@ err_out: | |||
1140 | kfree(b); | 1140 | kfree(b); |
1141 | return NULL; | 1141 | return NULL; |
1142 | } | 1142 | } |
1143 | EXPORT_SYMBOL_GPL(pci_create_bus); | ||
1144 | 1143 | ||
1145 | struct pci_bus *pci_scan_bus_parented(struct device *parent, | 1144 | struct pci_bus *pci_scan_bus_parented(struct device *parent, |
1146 | int bus, struct pci_ops *ops, void *sysdata) | 1145 | int bus, struct pci_ops *ops, void *sysdata) |