]> 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)
commit05b56d5129949070473ef152845a00e04b861a08
tree45551cfdc28460607e428e74648bc597c8dabec8
parent2deed30ec9ae2c67b2eb67a06c980ad488525f50
clk: clk-npcm7xx: Remove unused struct npcm7xx_clk_gate_data and npcm7xx_clk_div_fixed_data

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