Commit 389ae05f authored by Stephen Boyd's avatar Stephen Boyd Committed by Mike Turquette

clk: fixed-rate: Export clk_fixed_rate_register()

Export this symbol so that modules can register fixed rate
clocks.
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent 18f5863e
...@@ -80,6 +80,7 @@ struct clk *clk_register_fixed_rate(struct device *dev, const char *name, ...@@ -80,6 +80,7 @@ struct clk *clk_register_fixed_rate(struct device *dev, const char *name,
return clk; return clk;
} }
EXPORT_SYMBOL_GPL(clk_register_fixed_rate);
#ifdef CONFIG_OF #ifdef CONFIG_OF
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment