Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1edfc1e7 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: pwm: Remove CLK_IS_ROOT



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

Acked-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 12460399
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -95,7 +95,7 @@ static int clk_pwm_probe(struct platform_device *pdev)


	init.name = clk_name;
	init.name = clk_name;
	init.ops = &clk_pwm_ops;
	init.ops = &clk_pwm_ops;
	init.flags = CLK_IS_BASIC | CLK_IS_ROOT;
	init.flags = CLK_IS_BASIC;
	init.num_parents = 0;
	init.num_parents = 0;


	clk_pwm->pwm = pwm;
	clk_pwm->pwm = pwm;