Skip to content

Commit

Permalink
PCI: Export pci_parse_request_of_pci_ranges()
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring authored and Lorenzo Pieralisi committed Oct 29, 2019
1 parent 494f8b1 commit 65991f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/pci/of.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

Expand Down

0 comments on commit 65991f4

Please sign in to comment.