On Sat, 27 Jan 2024 at 00:19, André Draszik <andre.draszik@xxxxxxxxxx> wrote: > > Now that we have hooked it up in the DTS, we can drop the > CLK_IGNORE_UNUSED from here. > > Signed-off-by: André Draszik <andre.draszik@xxxxxxxxxx> > --- Reviewed-by: Peter Griffin <peter.griffin@xxxxxxxxxx> > drivers/clk/samsung/clk-gs101.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/clk/samsung/clk-gs101.c b/drivers/clk/samsung/clk-gs101.c > index 7f6c3b52d9ff..d55ed64d0e29 100644 > --- a/drivers/clk/samsung/clk-gs101.c > +++ b/drivers/clk/samsung/clk-gs101.c > @@ -3393,7 +3393,7 @@ static const struct samsung_gate_clock peric1_gate_clks[] __initconst = { > GATE(CLK_GOUT_PERIC1_SYSREG_PERIC1_PCLK, > "gout_peric1_sysreg_peric1_pclk", "mout_peric1_bus_user", > CLK_CON_GAT_GOUT_BLK_PERIC1_UID_SYSREG_PERIC1_IPCLKPORT_PCLK, > - 21, CLK_IGNORE_UNUSED, 0), > + 21, 0, 0), > }; > > static const struct samsung_cmu_info peric1_cmu_info __initconst = { > -- > 2.43.0.429.g432eaa2c6b-goog >