On Thu, Oct 28, 2021 at 6:05 AM Yanteng Si <siyanteng01@xxxxxxxxx> wrote: > > Since commit 2bdd5238e756 ("PCI: mt7621: Add MediaTek MT7621 PCIe host controller driver") > the MT7621 PCIe host controller driver is built as a module but modpost complains once these > drivers become modules. > > ERROR: modpost: "mips_cm_unlock_other" [drivers/pci/controller/pcie-mt7621.ko] undefined! > ERROR: modpost: "mips_cpc_base" [drivers/pci/controller/pcie-mt7621.ko] undefined! > ERROR: modpost: "mips_cm_lock_other" [drivers/pci/controller/pcie-mt7621.ko] undefined! > ERROR: modpost: "mips_cm_is64" [drivers/pci/controller/pcie-mt7621.ko] undefined! > ERROR: modpost: "mips_gcr_base" [drivers/pci/controller/pcie-mt7621.ko] undefined! > > Let's just export them. > > Signed-off-by: Yanteng Si <siyanteng@xxxxxxxxxxx> > --- > arch/mips/kernel/mips-cm.c | 5 +++++ > arch/mips/kernel/mips-cpc.c | 1 + > 2 files changed, 6 insertions(+) > Reviewed-by: Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx>