diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2016-03-01 14:00:24 -0500 |
---|---|---|
committer | Stephen Boyd <sboyd@codeaurora.org> | 2016-04-15 19:50:21 -0400 |
commit | d4da52c38c38366689db437327fe8385957b970c (patch) | |
tree | c974d02ebe6bafb7ffe15079e0b88d8bbb40fa05 /drivers/clk | |
parent | 7ecf47c2c292e25947c2aa95293c52145997f67f (diff) |
clk: twl6040: Remove CLK_IS_ROOT
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>
Diffstat (limited to 'drivers/clk')
-rw-r--r-- | drivers/clk/clk-twl6040.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/clk/clk-twl6040.c b/drivers/clk/clk-twl6040.c index 8e5ed649a098..697c66757400 100644 --- a/drivers/clk/clk-twl6040.c +++ b/drivers/clk/clk-twl6040.c | |||
@@ -74,7 +74,6 @@ static const struct clk_ops twl6040_mcpdm_ops = { | |||
74 | static struct clk_init_data wm831x_clkout_init = { | 74 | static struct clk_init_data wm831x_clkout_init = { |
75 | .name = "mcpdm_fclk", | 75 | .name = "mcpdm_fclk", |
76 | .ops = &twl6040_mcpdm_ops, | 76 | .ops = &twl6040_mcpdm_ops, |
77 | .flags = CLK_IS_ROOT, | ||
78 | }; | 77 | }; |
79 | 78 | ||
80 | static int twl6040_clk_probe(struct platform_device *pdev) | 79 | static int twl6040_clk_probe(struct platform_device *pdev) |