On 20/09/2021 12:06, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > Using devm_mfd_add_devices() fails if no driver selects the > MFD core code: > > aarch64-linux-ld: drivers/soc/samsung/exynos-pmu.o: in function `exynos_pmu_probe': > exynos-pmu.c:(.text+0xa0): undefined reference to `devm_mfd_add_devices' > > Add the missing select statement. > > Fixes: 93618e344a5e ("soc: samsung: exynos-pmu: instantiate clkout driver as MFD") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> > --- > drivers/soc/samsung/Kconfig | 1 + > 1 file changed, 1 insertion(+) > Hi Arnd, Thanks for the patch but this was already committed few days ago from different author: https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git/commit/?h=next/drivers&id=e37ef6dcdb1f4738b01cec7fb7be46af07816af9 Best regards, Krzysztof