[PATCH] clk: sunxi: Remove unused struct 'gates_data'

linux@treblig.org posted 1 patch 1 year, 7 months ago
There is a newer version of this series
drivers/clk/sunxi/clk-sunxi.c | 11 -----------
1 file changed, 11 deletions(-)
[PATCH] clk: sunxi: Remove unused struct 'gates_data'
Posted by linux@treblig.org 1 year, 7 months ago
From: "Dr. David Alan Gilbert" <linux@treblig.org>

'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>
---
 drivers/clk/sunxi/clk-sunxi.c | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/drivers/clk/sunxi/clk-sunxi.c b/drivers/clk/sunxi/clk-sunxi.c
index 5fe7049ea693a..4999504f7e60d 100644
--- a/drivers/clk/sunxi/clk-sunxi.c
+++ b/drivers/clk/sunxi/clk-sunxi.c
@@ -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
  */
-- 
2.45.0
Re: [PATCH] clk: sunxi: Remove unused struct 'gates_data'
Posted by Stephen Boyd 1 year, 7 months ago
Quoting linux@treblig.org (2024-05-08 17:14:52)
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> 'gates_data' (and it's associated define) are unused since
> Commit ee38b2698ae2 ("clk: sunxi: Add a simple gates driver").

Lowercase commit please.
Re: [PATCH] clk: sunxi: Remove unused struct 'gates_data'
Posted by Dr. David Alan Gilbert 1 year, 7 months ago
* Stephen Boyd (sboyd@kernel.org) wrote:
> Quoting linux@treblig.org (2024-05-08 17:14:52)
> > From: "Dr. David Alan Gilbert" <linux@treblig.org>
> > 
> > 'gates_data' (and it's associated define) are unused since
> > Commit ee38b2698ae2 ("clk: sunxi: Add a simple gates driver").
> 
> Lowercase commit please.

V2 sent with just that changed.

Dave

-- 
 -----Open up your eyes, open up your mind, open up your code -------   
/ Dr. David Alan Gilbert    |       Running GNU/Linux       | Happy  \ 
\        dave @ treblig.org |                               | In Hex /
 \ _________________________|_____ http://www.treblig.org   |_______/