Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: sunxi: Remove unused struct 'gates_data'

'gates_data' (and it's associated define) are unused since
commit ee38b2698ae2 ("clk: sunxi: Add a simple gates driver").
Remove them.

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Link: https://lore.kernel.org/r/20240509230516.86023-1-linux@treblig.org
Signed-off-by: Chen-Yu Tsai <wens@csie.org>

authored by

Dr. David Alan Gilbert and committed by
Chen-Yu Tsai
95fd34a8 4e7134fa

-11
-11
drivers/clk/sunxi/clk-sunxi.c
··· 852 852 sun8i_axi_clk_setup); 853 853 854 854 855 - 856 - /* 857 - * sunxi_gates_clk_setup() - Setup function for leaf gates on clocks 858 - */ 859 - 860 - #define SUNXI_GATES_MAX_SIZE 64 861 - 862 - struct gates_data { 863 - DECLARE_BITMAP(mask, SUNXI_GATES_MAX_SIZE); 864 - }; 865 - 866 855 /* 867 856 * sunxi_divs_clk_setup() helper data 868 857 */