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

Commit 553b4858 authored by Stephen Boyd's avatar Stephen Boyd
Browse files

clk: x86: Remove CLK_IS_ROOT



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

Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 2969f6ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ static int lpt_clk_probe(struct platform_device *pdev)
	/* LPSS free running clock */
	drvdata->name = "lpss_clk";
	clk = clk_register_fixed_rate(&pdev->dev, drvdata->name, NULL,
				      CLK_IS_ROOT, 100000000);
				      0, 100000000);
	if (IS_ERR(clk))
		return PTR_ERR(clk);