projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38c7035
)
clk: mxs: Remove CLK_IS_ROOT
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 1 Mar 2016 18:59:54 +0000
(10:59 -0800)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 3 Mar 2016 01:44:59 +0000
(17:44 -0800)
This flag is a no-op now. Remove usage of the flag.
Acked-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/mxs/clk.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/mxs/clk.h
b/drivers/clk/mxs/clk.h
index a4590956d2a28863565549b7e4b4ed0a40d7a66e..5a264a486ad90952943143d3f185394e85d181f0 100644
(file)
--- a/
drivers/clk/mxs/clk.h
+++ b/
drivers/clk/mxs/clk.h
@@
-38,7
+38,7
@@
struct clk *mxs_clk_frac(const char *name, const char *parent_name,
static inline struct clk *mxs_clk_fixed(const char *name, int rate)
{
- return clk_register_fixed_rate(NULL, name, NULL,
CLK_IS_ROOT
, rate);
+ return clk_register_fixed_rate(NULL, name, NULL,
0
, rate);
}
static inline struct clk *mxs_clk_gate(const char *name,