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:
3d08f15
)
clk: imx: Remove CLK_IS_ROOT
author
Stephen Boyd
<sboyd@codeaurora.org>
Tue, 1 Mar 2016 18:59:49 +0000
(10:59 -0800)
committer
Stephen Boyd
<sboyd@codeaurora.org>
Thu, 3 Mar 2016 01:44:26 +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/imx/clk.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/clk/imx/clk.h
b/drivers/clk/imx/clk.h
index c94ac5c26226df1edadfef4ebf1a0ac829c84c14..d942f5748d08ecad14f06cb6461765212a52f6a1 100644
(file)
--- a/
drivers/clk/imx/clk.h
+++ b/
drivers/clk/imx/clk.h
@@
-87,7
+87,7
@@
struct clk *imx_clk_fixup_mux(const char *name, void __iomem *reg,
static inline struct clk *imx_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 *imx_clk_divider(const char *name, const char *parent,