Commit 65991f43 authored by Rob Herring's avatar Rob Herring Committed by Lorenzo Pieralisi
Browse files

PCI: Export pci_parse_request_of_pci_ranges()



pci_parse_request_of_pci_ranges() is missing a module export, so add it.

Signed-off-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Reviewed-by: default avatarAndrew Murray <andrew.murray@arm.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
parent 494f8b10
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */