On Wed, Oct 16, 2019 at 03:06:24PM -0500, Rob Herring wrote: > pci_parse_request_of_pci_ranges() is missing a module export, so add it. > > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > v2: > - New patch > > drivers/pci/of.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/pci/of.c b/drivers/pci/of.c > index 36891e7deee3..f3da49a31db4 100644 > --- 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); > Reviewed-by: Andrew Murray <andrew.murray@xxxxxxx> > #endif /* CONFIG_PCI */ > > -- > 2.20.1