On Mon, May 22, 2017 at 04:06:00PM +0100, Mark Brown wrote:
On Mon, May 22, 2017 at 01:39:11PM +0100, Build bot for Mark Brown wrote:
Today's -next fails to build both arm and arm64 allmodconfig due to:
arm64-allmodconfig ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined! ERROR: "renesas_sdhi_probe" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
arm-allmodconfig ERROR: "renesas_sdhi_remove" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined! ERROR: "renesas_sdhi_probe" [drivers/mmc/host/renesas_sdhi_sys_dmac.ko] undefined!
caused by the recent refactoring which created renesas_sdhi_core.c - those symbols aren't exported.
Sorry about that. I believe Arnd (CCed) posted a patch to resolve this problem which Ulf has applied.
The patch is "[PATCH] mmc: renesas-sdhi: export renesas_sdhi_probe"