mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-26 02:25:00 -05:00
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>
This commit is contained in:
parent
7ecf47c2c2
commit
d4da52c38c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue