Re: [PATCH] mmc: mediatek: depend on COMMON_CLK to fix compile tests

2020-11-24 Thread Ulf Hansson
On Sun, 22 Nov 2020 at 13:01, Krzysztof Kozlowski wrote: > > The MFD_OMAP_USB_HOST uses Common Clock Framework thus it cannot be > built on platforms without it (e.g. compile test on MIPS with LANTIQ): > > mips-linux-ld: drivers/mmc/host/mtk-sd.o: in function `msdc_ops_set_ios': > mtk-sd.c

[PATCH] mmc: mediatek: depend on COMMON_CLK to fix compile tests

2020-11-22 Thread Krzysztof Kozlowski
The MFD_OMAP_USB_HOST uses Common Clock Framework thus it cannot be built on platforms without it (e.g. compile test on MIPS with LANTIQ): mips-linux-ld: drivers/mmc/host/mtk-sd.o: in function `msdc_ops_set_ios': mtk-sd.c:(.text+0x2bbc): undefined reference to `clk_get_parent' Reported-by