On Wed, Jan 24, 2018 at 12:36:19AM +0800, John Garry wrote: > From: Gabriele Paoloni <gabriele.paoloni@xxxxxxxxxx> > > In preparation for having the PCI MMIO helpers to use the new generic > I/O space management(LOGIC_PIO) we need to add the fwnode handler as > extra input parameter. > This patch changes the signature of pci_register_io_range() and of > its callers as needed. > > Signed-off-by: Gabriele Paoloni <gabriele.paoloni@xxxxxxxxxx> > Acked-by: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > --- > drivers/acpi/pci_root.c | 8 +++++--- > drivers/of/address.c | 4 +++- > drivers/pci/pci.c | 3 ++- > include/linux/pci.h | 3 ++- > 4 files changed, 12 insertions(+), 6 deletions(-) Acked-by: Rob Herring <robh@xxxxxxxxxx>