Commit 95fd34a8 authored by Dr. David Alan Gilbert's avatar Dr. David Alan Gilbert Committed by Chen-Yu Tsai

clk: sunxi: Remove unused struct 'gates_data'

'gates_data' (and it's associated define) are unused since
commit ee38b269 ("clk: sunxi: Add a simple gates driver").
Remove them.
Signed-off-by: default avatarDr. David Alan Gilbert <linux@treblig.org>
Acked-by: default avatarStephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20240509230516.86023-1-linux@treblig.orgSigned-off-by: default avatarChen-Yu Tsai <wens@csie.org>
parent 4e7134fa
......@@ -852,17 +852,6 @@ CLK_OF_DECLARE(sun8i_axi, "allwinner,sun8i-a23-axi-clk",
sun8i_axi_clk_setup);
/*
* sunxi_gates_clk_setup() - Setup function for leaf gates on clocks
*/
#define SUNXI_GATES_MAX_SIZE 64
struct gates_data {
DECLARE_BITMAP(mask, SUNXI_GATES_MAX_SIZE);
};
/*
* sunxi_divs_clk_setup() helper data
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment