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)
commit13b0452ddaa3f7d840ee16fc92aa433392a56685
tree45551cfdc28460607e428e74648bc597c8dabec8
parent75569a03369bfee7ee226c04915febf025585b5f
clk: clk-npcm7xx: Remove unused struct npcm7xx_clk_gate_data and npcm7xx_clk_div_fixed_data

After commit 6a5898411159("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