clk: gemini: Remove an unused field in struct clk_gemini_pci
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 13 Apr 2024 13:46:09 +0000 (15:46 +0200)
committerStephen Boyd <sboyd@kernel.org>
Sat, 20 Apr 2024 01:58:36 +0000 (18:58 -0700)
commit8e931ef1bdc5d60c530d182eeccad8b7e1ad6ed1
tree5300f2c8723ccf9ac868df70e7a3c26effc2abd3
parent5677925ed74759be0c46bb7b6a9cfc5ebf957523
clk: gemini: Remove an unused field in struct clk_gemini_pci

In "struct clk_gemini_pci", the 'rate' field is unused.

Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Link: https://lore.kernel.org/r/556770c7701868f9f1c0569674903bee3eff30cb.1713015940.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-gemini.c