On Tue, 26 Nov 2019 at 23:05, Bjorn Helgaas <helgaas@xxxxxxxxxx> wrote: > > On Fri, Nov 15, 2019 at 01:58:42PM +0000, Wei Liu wrote: > > CONFIG_PCIE_IPROC_PLATFORM only gets defined when the driver is built > > in. Removing the ifdef will allow us to build the driver as a module. > > > > Signed-off-by: Wei Liu <wei.liu@xxxxxxxxxx> > > Sorry, I missed this thinking it would be under drivers/pci/controller > and hence handled by Lorenzo. > > So I guess this doesn't fix a build problem, but without this patch, > we just don't run the quirk if the driver is a module, right? > Yes, this is correct. Without this patch, the quirk doesn't get to run if the driver is a module. Wei.