Re: [PATCH] clk: lan966x: Fix linking error

From: Stephen Boyd
Date: Thu Feb 24 2022 - 19:53:41 EST


Quoting Horatiu Vultur (2022-02-19 06:15:36)
> If the config options HAS_IOMEM is not set then the driver fails to link
> with the following error:
> clk-lan966x.c:(.text+0x950): undefined reference to
> `devm_platform_ioremap_resource'
>
> Therefor add missing dependencies: HAS_IOMEM and OF.
>
> Fixes: 54104ee02333 ("clk: lan966x: Add lan966x SoC clock driver")
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: Horatiu Vultur <horatiu.vultur@xxxxxxxxxxxxx>
> ---

Applied to clk-fixes