]> git.baikalelectronics.ru Git - kernel.git/commit
clk: clk-npcm7xx: Remove unused struct npcm7xx_clk_gate_data and npcm7xx_clk_div_fixe...
authorYuan Can <yuancan@huawei.com>
Tue, 27 Sep 2022 13:39:31 +0000 (13:39 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 29 Sep 2022 00:39:04 +0000 (17:39 -0700)
commit2ed9c90e1462d24112fc49b9fa87eb088f43adba
tree45551cfdc28460607e428e74648bc597c8dabec8
parent39f9eb7b641dbaef4dadd013e45bbbe2431a7dae
clk: clk-npcm7xx: Remove unused struct npcm7xx_clk_gate_data and npcm7xx_clk_div_fixed_data

After commit 81f5b1485624("clk: clk-npcm7xx: Remove unused static const tables
'npcm7xx_gates' and 'npcm7xx_divs_fx'"), no one use struct
npcm7xx_clk_gate_data and struct npcm7xx_clk_div_fixed_data, so remove them.

Signed-off-by: Yuan Can <yuancan@huawei.com>
Link: https://lore.kernel.org/r/20220927133931.104060-1-yuancan@huawei.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-npcm7xx.c