Skip to content

Commit 39c42ca

Browse files
jbrun3tsuperna9999
authored andcommitted
clk: gxbb: remove CLK_IGNORE_UNUSED from clk81
clk81 already has CLK_IS_CRITICAL so CLK_IGNORE_UNUSED is not necessary Signed-off-by: Jerome Brunet <[email protected]> Acked-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]>
1 parent be58e49 commit 39c42ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/clk/meson/gxbb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ static struct clk_gate gxbb_clk81 = {
651651
.ops = &clk_gate_ops,
652652
.parent_names = (const char *[]){ "mpeg_clk_div" },
653653
.num_parents = 1,
654-
.flags = (CLK_SET_RATE_PARENT | CLK_IGNORE_UNUSED | CLK_IS_CRITICAL),
654+
.flags = (CLK_SET_RATE_PARENT | CLK_IS_CRITICAL),
655655
},
656656
};
657657

0 commit comments

Comments
 (0)