clk: pwm: Remove CLK_IS_ROOT
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 1 Mar 2016 19:00:18 +0000 (11:00 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Thu, 3 Mar 2016 01:50:08 +0000 (17:50 -0800)
This flag is a no-op now. Remove usage of the flag.

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-pwm.c

index 328fcfc..8830458 100644 (file)
@@ -95,7 +95,7 @@ static int clk_pwm_probe(struct platform_device *pdev)
 
        init.name = clk_name;
        init.ops = &clk_pwm_ops;
-       init.flags = CLK_IS_BASIC | CLK_IS_ROOT;
+       init.flags = CLK_IS_BASIC;
        init.num_parents = 0;
 
        clk_pwm->pwm = pwm;