Skip to content

Commit

Permalink
clk: twl6040: Remove CLK_IS_ROOT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stephen Boyd committed Apr 15, 2016
1 parent 7ecf47c commit d4da52c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/clk/clk-twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d4da52c

Please sign in to comment.