Skip to content
Snippets Groups Projects
Commit 375e02ac authored by John Crispin's avatar John Crispin
Browse files

ralink: add missing clk_set_rate()


Signed-off-by: default avatarJohn Crispin <blogic@openwrt.org>

SVN-Revision: 39896
parent 0dc9d8d6
No related branches found
No related tags found
No related merge requests found
Index: linux-3.10.32/arch/mips/ralink/clk.c
===================================================================
--- linux-3.10.32.orig/arch/mips/ralink/clk.c 2014-03-12 03:04:05.468396764 +0000
+++ linux-3.10.32/arch/mips/ralink/clk.c 2014-03-12 03:29:00.220416177 +0000
@@ -56,6 +56,12 @@
}
EXPORT_SYMBOL_GPL(clk_get_rate);
+int clk_set_rate(struct clk *clk, unsigned long rate)
+{
+ return -1;
+}
+EXPORT_SYMBOL_GPL(clk_set_rate);
+
void __init plat_time_init(void)
{
struct clk *clk;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment