]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
clk: rk808: Remove CLK_IS_ROOT
authorStephen Boyd <sboyd@codeaurora.org>
Tue, 1 Mar 2016 19:00:20 +0000 (11:00 -0800)
committerStephen Boyd <sboyd@codeaurora.org>
Fri, 15 Apr 2016 23:50:18 +0000 (16:50 -0700)
This flag is a no-op now. Remove usage of the flag.

Cc: Chris Zhong <zyw@rock-chips.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-rk808.c

index 0fee2f4ca258365bfa48a183c5712e7696e3b306..74383039761e6fab27fa9066e6cbd2e71bd4a880 100644 (file)
@@ -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";