projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4da52c
)
clk: wm831x: Remove CLK_IS_ROOT
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 1 Mar 2016 19:00:25 +0000
(11:00 -0800)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Fri, 15 Apr 2016 23:50:23 +0000
(16:50 -0700)
This flag is a no-op now. Remove usage of the flag.
Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-wm831x.c
patch
|
blob
|
history
diff --git
a/drivers/clk/clk-wm831x.c
b/drivers/clk/clk-wm831x.c
index
43f9d15
..
88def4b
100644
(file)
--- a/
drivers/clk/clk-wm831x.c
+++ b/
drivers/clk/clk-wm831x.c
@@
-58,7
+58,6
@@
static const struct clk_ops wm831x_xtal_ops = {
static struct clk_init_data wm831x_xtal_init = {
.name = "xtal",
.ops = &wm831x_xtal_ops,
- .flags = CLK_IS_ROOT,
};
static const unsigned long wm831x_fll_auto_rates[] = {