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

Cc: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-twl6040.c

index 8e5ed649a0986721a1fcad1a9038ccb5b0c1e73d..697c66757400ccc2e502b9bf24b79bdf94d7fa6d 100644 (file)
@@ -74,7 +74,6 @@ static const struct clk_ops twl6040_mcpdm_ops = {
 static struct clk_init_data wm831x_clkout_init = {
        .name = "mcpdm_fclk",
        .ops = &twl6040_mcpdm_ops,
-       .flags = CLK_IS_ROOT,
 };
 
 static int twl6040_clk_probe(struct platform_device *pdev)