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

Commit 7ecf47c2 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: rk808: Remove CLK_IS_ROOT



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

Cc: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent ec3f2fcb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -106,7 +106,6 @@ static int rk808_clkout_probe(struct platform_device *pdev)
	if (!clk_table)
		return -ENOMEM;

	init.flags = CLK_IS_ROOT;
	init.parent_names = NULL;
	init.num_parents = 0;
	init.name = "rk808-clkout1";