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:
8620925
)
clk: scpi: Remove CLK_IS_ROOT
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 1 Mar 2016 19:00:22 +0000
(11:00 -0800)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 3 Mar 2016 01:50:58 +0000
(17:50 -0800)
This flag is a no-op now. Remove usage of the flag.
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-scpi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/clk-scpi.c
b/drivers/clk/clk-scpi.c
index 89e9ca78bb947ec2ff8242d5d826ccf8449d6259..6962ee5d1e9a8e4bf6066886f8f4e708444d78b9 100644
(file)
--- a/
drivers/clk/clk-scpi.c
+++ b/
drivers/clk/clk-scpi.c
@@
-155,7
+155,7
@@
scpi_clk_ops_init(struct device *dev, const struct of_device_id *match,
unsigned long min = 0, max = 0;
init.name = name;
- init.flags =
CLK_IS_ROOT
;
+ init.flags =
0
;
init.num_parents = 0;
init.ops = match->data;
sclk->hw.init = &init;