MIPS: ralink: Add missing clk_round_rate().
authorJohn Crispin <john@phrozen.org>
Tue, 20 Dec 2016 18:12:44 +0000 (19:12 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 3 Jan 2017 15:34:47 +0000 (16:34 +0100)
commit80e6321abc859955331c78c93e442e72b942c5c1
tree9fd439580e6555fc18b3d79087c468eb6f995e44
parent58181a117d353427127a2e7afc7cf1ab44759828
MIPS: ralink: Add missing clk_round_rate().

As we dont use the common clock api yet we need to add this stub to allow
building drivers that use the API.

Signed-off-by: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14900/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/ralink/clk.c