Skip to content

Commit

Permalink
clk: pwm: 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.

Acked-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Stephen Boyd committed Mar 3, 2016
1 parent 1246039 commit 1edfc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/clk-pwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ static int clk_pwm_probe(struct platform_device *pdev)

init.name = clk_name;
init.ops = &clk_pwm_ops;
init.flags = CLK_IS_BASIC | CLK_IS_ROOT;
init.flags = CLK_IS_BASIC;
init.num_parents = 0;

clk_pwm->pwm = pwm;
Expand Down

0 comments on commit 1edfc1e

Please sign in to comment.