projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18f5863
)
clk: fixed-rate: Export clk_fixed_rate_register()
author
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 25 Jul 2013 00:43:29 +0000
(17:43 -0700)
committer
Mike Turquette
<mturquette@linaro.org>
Fri, 16 Aug 2013 19:08:50 +0000
(12:08 -0700)
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>
drivers/clk/clk-fixed-rate.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-fixed-rate.c
b/drivers/clk/clk-fixed-rate.c
index
dc58fbd
..
1ed591a
100644
(file)
--- a/
drivers/clk/clk-fixed-rate.c
+++ b/
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
/**