]> git.itanic.dy.fi Git - linux-stable/commit
MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko
authorRandy Dunlap <rdunlap@infradead.org>
Sat, 17 Sep 2022 23:25:40 +0000 (16:25 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Sep 2022 09:32:14 +0000 (11:32 +0200)
commit7c1f2373be0a78968a86f32b038c91d3657b6048
tree8af2a11ba02dd95f99923231f26d60d2eb965da1
parentc673c6ceac53fb2e631c9fbbd79957099a08927f
MIPS: lantiq: export clk_get_io() for lantiq_wdt.ko

[ Upstream commit 502550123bee6a2ffa438409b5b9aad4d6db3a8c ]

The lantiq WDT driver uses clk_get_io(), which is not exported,
so export it to fix a build error:

ERROR: modpost: "clk_get_io" [drivers/watchdog/lantiq_wdt.ko] undefined!

Fixes: 287e3f3f4e68 ("MIPS: lantiq: implement support for clkdev api")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reported-by: kernel test robot <lkp@intel.com>
Cc: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Cc: John Crispin <john@phrozen.org>
Cc: linux-mips@vger.kernel.org
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/mips/lantiq/clk.c