Re: tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'
From: Daniel Palmer
Date: Thu Mar 26 2026 - 09:04:54 EST
Hello robot,
On Thu, 26 Mar 2026 at 10:13, kernel test robot <lkp@xxxxxxxxx> wrote:
> All errors (new ones prefixed by >>):
>
> m68k-linux-ld: drivers/media/i2c/tc358746.o: in function `tc358746_probe':
> >> tc358746.c:(.text.tc358746_probe+0x472): undefined reference to `devm_clk_hw_register'
Fix is sent but the issue seems to have nothing to do with my commit.
The driver isn't depending on the common clock framework but using it.
This would have failed to build even without the blamed commit as far
as I can tell.
Cheers,
Daniel