clk: renesas: r8a7740: Remove unused div4_clk.flags field
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 13 Apr 2024 16:19:40 +0000 (18:19 +0200)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 25 Apr 2024 08:37:00 +0000 (10:37 +0200)
commit1b1f8cc20429e27c1199d4b2846862da8665561b
treea56e1e9514b4dc722fc2a8c4037ff0b1df5dc08c
parent44019387fce230beda35b83da3a2c9fc5787704e
clk: renesas: r8a7740: Remove unused div4_clk.flags field

In "struct div4_clk", the "flags" field is unused.

Remove it, and update the "div4_clks" array accordingly.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/658e6b1b23d5b66646bb830361b8c55ccf797771.1713025170.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/clk-r8a7740.c