clk: tegra: Remove CLK_IS_ROOT
This flag is a no-op now. Remove usage of the flag. Acked-by: Rhyland Klein <rklein@nvidia.com> Acked-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
@@ -995,7 +995,6 @@ static const struct clk_ops dfll_clk_ops = {
|
||||
};
|
||||
|
||||
static struct clk_init_data dfll_clk_init_data = {
|
||||
.flags = CLK_IS_ROOT,
|
||||
.ops = &dfll_clk_ops,
|
||||
.num_parents = 0,
|
||||
};
|
||||
|
Reference in New Issue
Block a user