Skip to content

Commit 95fd34a

Browse files
Dr. David Alan Gilbertwens
authored andcommitted
clk: sunxi: Remove unused struct 'gates_data'
'gates_data' (and it's associated define) are unused since commit ee38b26 ("clk: sunxi: Add a simple gates driver"). Remove them. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Acked-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Chen-Yu Tsai <[email protected]>
1 parent 4e7134f commit 95fd34a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

drivers/clk/sunxi/clk-sunxi.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -852,17 +852,6 @@ CLK_OF_DECLARE(sun8i_axi, "allwinner,sun8i-a23-axi-clk",
852852
sun8i_axi_clk_setup);
853853

854854

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-
866855
/*
867856
* sunxi_divs_clk_setup() helper data
868857
*/

0 commit comments

Comments
 (0)