projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a695a9
)
vexpress/spc: Remove CLK_IS_ROOT
author
Stephen Boyd
<sboyd@codeaurora.org>
Wed, 20 Apr 2016 01:36:55 +0000
(18:36 -0700)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Wed, 1 Jun 2016 21:48:01 +0000
(14:48 -0700)
This flag is a no-op now (see commit
47b0eeb3dc8a
"clk: Deprecate
CLK_IS_ROOT", 2016-02-02) so remove it.
Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
arch/arm/mach-vexpress/spc.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-vexpress/spc.c
b/arch/arm/mach-vexpress/spc.c
index
5766ce2
..
8409cab
100644
(file)
--- a/
arch/arm/mach-vexpress/spc.c
+++ b/
arch/arm/mach-vexpress/spc.c
@@
-547,7
+547,7
@@
static struct clk *ve_spc_clk_register(struct device *cpu_dev)
init.name = dev_name(cpu_dev);
init.ops = &clk_spc_ops;
- init.flags = CLK_
IS_ROOT | CLK_
GET_RATE_NOCACHE;
+ init.flags = CLK_GET_RATE_NOCACHE;
init.num_parents = 0;
return devm_clk_register(cpu_dev, &spc->hw);