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:
@@ -72,7 +72,7 @@ struct clk *tegra_clk_register_sync_source(const char *name,
|
||||
|
||||
init.ops = &tegra_clk_sync_source_ops;
|
||||
init.name = name;
|
||||
init.flags = CLK_IS_ROOT;
|
||||
init.flags = 0;
|
||||
init.parent_names = NULL;
|
||||
init.num_parents = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user