Commit 389ae05f8bf5f1e63212baf4a8aa9621148b188a

Authored by Stephen Boyd
Committed by Mike Turquette
1 parent 18f5863e3b

clk: fixed-rate: Export clk_fixed_rate_register()

Export this symbol so that modules can register fixed rate
clocks.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

drivers/clk/clk-fixed-rate.c
... ... @@ -80,6 +80,7 @@
80 80  
81 81 return clk;
82 82 }
  83 +EXPORT_SYMBOL_GPL(clk_register_fixed_rate);
83 84  
84 85 #ifdef CONFIG_OF
85 86 /**