diff options
Diffstat (limited to 'arch/mips/lantiq/clk.c')
-rw-r--r-- | arch/mips/lantiq/clk.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/mips/lantiq/clk.c b/arch/mips/lantiq/clk.c index d3bcc33f4699..ce2f129b081f 100644 --- a/arch/mips/lantiq/clk.c +++ b/arch/mips/lantiq/clk.c | |||
@@ -135,6 +135,11 @@ void clk_deactivate(struct clk *clk) | |||
135 | } | 135 | } |
136 | EXPORT_SYMBOL(clk_deactivate); | 136 | EXPORT_SYMBOL(clk_deactivate); |
137 | 137 | ||
138 | struct clk *of_clk_get_from_provider(struct of_phandle_args *clkspec) | ||
139 | { | ||
140 | return NULL; | ||
141 | } | ||
142 | |||
138 | static inline u32 get_counter_resolution(void) | 143 | static inline u32 get_counter_resolution(void) |
139 | { | 144 | { |
140 | u32 res; | 145 | u32 res; |