On Mon, 12 Oct 2020 11:57:52 +0100, daire.mcnamara@xxxxxxxxxxxxx wrote: > Many drivers can now use pci_host_common_probe() directly. > Their hardware window setup can be moved from their 'custom' probe > functions to individual driver init functions. > > Signed-off-by: Daire McNamara <daire.mcnamara@xxxxxxxxxxxxx> > --- > drivers/pci/controller/pci-host-common.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>