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:
Stephen Boyd
2016-03-01 11:00:02 -08:00
parent afb4bdc9d8
commit f6da46a307
5 changed files with 8 additions and 14 deletions

View File

@@ -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,
};