]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
MIPS: lantiq: add clk_round_rate()
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 25 Oct 2015 22:21:42 +0000 (23:21 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Oct 2015 10:02:50 +0000 (11:02 +0100)
commitab181bf1f9becac970fdfb6b6e5f204027be10d3
treed5ed73f59c5646efd256e21a7ab9c15e87deb790
parent78fba4abb464ff006e289d51cc05bf59f923fb29
MIPS: lantiq: add clk_round_rate()

This adds a basic implementation of clk_round_rate()
The clk_round_rate() function is called by multiple drivers and
subsystems now and the lantiq clk driver is supposed to export this,
but doesn't do so, this causes linking problems like this one:
ERROR: "clk_round_rate" [drivers/media/v4l2-core/videodev.ko] undefined!

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: John Crispin <blogic@openwrt.org>
Cc: <stable@vger.kernel.org> # 4.1+
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11358/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/lantiq/clk.c