Re: [PATCH V5 5/5] PCI: tegra: Add support for PCIe endpoint mode in Tegra194

From: Vidya Sagar
Date: Sun Mar 22 2020 - 13:16:12 EST




On 3/22/2020 8:20 PM, Guenter Roeck wrote:
External email: Use caution opening links or attachments


On Tue, Mar 03, 2020 at 11:40:52PM +0530, Vidya Sagar wrote:
Add support for the endpoint mode of Synopsys DesignWare core based
dual mode PCIe controllers present in Tegra194 SoC.

Signed-off-by: Vidya Sagar <vidyas@xxxxxxxxxx>
Acked-by: Thierry Reding <treding@xxxxxxxxxx>

ERROR: modpost: "dw_pcie_ep_init" [drivers/pci/controller/dwc/pcie-tegra194.ko] undefined!
ERROR: modpost: "dw_pcie_ep_linkup" [drivers/pci/controller/dwc/pcie-tegra194.ko] undefined!
ERROR: modpost: "dw_pcie_ep_init_notify" [drivers/pci/controller/dwc/pcie-tegra194.ko] undefined!
ERROR: modpost: "dw_pcie_ep_init_complete" [drivers/pci/controller/dwc/pcie-tegra194.ko] undefined!

Either the symbols must be exported, or the driver's Kconfig entry must be
bool, not tristate.
Qiujun has already posted a patch to fix it @ http://patchwork.ozlabs.org/patch/1258659/

Thanks,
Vidya Sagar

Guenter