On Thu, Apr 09, 2020 at 05:49:22PM -0600, Rob Herring wrote: > Enable building host-generic and its host-common dependency as a > module. > > Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > Cc: Andrew Murray <amurray@xxxxxxxxxxxxxxxxxxxx> > Cc: Bjorn Helgaas <bhelgaas@xxxxxxxxxx> > Cc: Will Deacon <will@xxxxxxxxxx> > Cc: linux-pci@xxxxxxxxxxxxxxx > Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > Signed-off-by: Rob Herring <robh@xxxxxxxxxx> > --- > drivers/pci/controller/Kconfig | 4 ++-- > drivers/pci/controller/pci-host-common.c | 5 +++++ > drivers/pci/controller/pci-host-generic.c | 7 +++++-- > drivers/pci/ecam.c | 4 ++++ > drivers/pci/setup-bus.c | 1 + > include/linux/pci-ecam.h | 2 +- > 6 files changed, 18 insertions(+), 5 deletions(-) Acked-by: Will Deacon <will@xxxxxxxxxx> Will