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:
f6da46a
)
clk: ti: Remove CLK_IS_ROOT
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 1 Mar 2016 19:00:03 +0000
(11:00 -0800)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 3 Mar 2016 01:47:46 +0000
(17:47 -0800)
This flag is a no-op now. Remove usage of the flag.
Acked-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/ti/clk.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/ti/clk.c
b/drivers/clk/ti/clk.c
index b5bcd77e8d0f5e31b3887ebdd3a4f441c7909a46..5fcf247759ac413a94c155571d8833bc8261a974 100644
(file)
--- a/
drivers/clk/ti/clk.c
+++ b/
drivers/clk/ti/clk.c
@@
-305,8
+305,8
@@
struct clk __init *ti_clk_register_clk(struct ti_clk *setup)
case TI_CLK_FIXED:
fixed = setup->data;
- clk = clk_register_fixed_rate(NULL, setup->name, NULL,
-
CLK_IS_ROOT,
fixed->frequency);
+ clk = clk_register_fixed_rate(NULL, setup->name, NULL,
0,
+ fixed->frequency);
break;
case TI_CLK_MUX:
clk = ti_clk_register_mux(setup);