projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
494f8b1
)
PCI: Export pci_parse_request_of_pci_ranges()
author
Rob Herring
<robh@kernel.org>
Mon, 28 Oct 2019 16:32:33 +0000
(11:32 -0500)
committer
Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com>
Tue, 29 Oct 2019 10:47:30 +0000
(10:47 +0000)
pci_parse_request_of_pci_ranges() is missing a module export, so add it.
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: Andrew Murray <andrew.murray@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/of.c
patch
|
blob
|
history
diff --git
a/drivers/pci/of.c
b/drivers/pci/of.c
index
36891e7
..
f3da49a
100644
(file)
--- a/
drivers/pci/of.c
+++ b/
drivers/pci/of.c
@@
-530,6
+530,7
@@
int pci_parse_request_of_pci_ranges(struct device *dev,
pci_free_resource_list(resources);
return err;
}
+EXPORT_SYMBOL_GPL(pci_parse_request_of_pci_ranges);
#endif /* CONFIG_PCI */