Browse Source

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>
Stephen Boyd 12 years ago
parent
commit
389ae05f8b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/clk/clk-fixed-rate.c

+ 1 - 0
drivers/clk/clk-fixed-rate.c

@@ -80,6 +80,7 @@ struct clk *clk_register_fixed_rate(struct device *dev, const char *name,
 
 	return clk;
 }
+EXPORT_SYMBOL_GPL(clk_register_fixed_rate);
 
 #ifdef CONFIG_OF
 /**