clk: scpi: Remove CLK_IS_ROOT

This flag is a no-op now. Remove usage of the flag.

Acked-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Stephen Boyd 2016-03-01 11:00:22 -08:00
parent 8620925231
commit 905936823e
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ scpi_clk_ops_init(struct device *dev, const struct of_device_id *match,
unsigned long min = 0, max = 0;
init.name = name;
init.flags = CLK_IS_ROOT;
init.flags = 0;
init.num_parents = 0;
init.ops = match->data;
sclk->hw.init = &init;