[PATCH] ARM: omap1: Remove unused struct 'dma_link_info'

linux@treblig.org posted 1 patch 1 year, 9 months ago
arch/arm/mach-omap1/omap-dma.c | 13 -------------
1 file changed, 13 deletions(-)
[PATCH] ARM: omap1: Remove unused struct 'dma_link_info'
Posted by linux@treblig.org 1 year, 9 months ago
From: "Dr. David Alan Gilbert" <linux@treblig.org>

I think the last use of this was removed somewhere
around the two:
Commit 755cbfd8cf89 ("ARM: OMAP2+: Drop sdma interrupt handling for
mach-omap2")
and
Commit 16630718ee46 ("ARM: omap1: move plat/dma.c to mach/omap-dma.c")

Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
---
 arch/arm/mach-omap1/omap-dma.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/arch/arm/mach-omap1/omap-dma.c b/arch/arm/mach-omap1/omap-dma.c
index 9ee472f8ead12..f091f78631d09 100644
--- a/arch/arm/mach-omap1/omap-dma.c
+++ b/arch/arm/mach-omap1/omap-dma.c
@@ -59,19 +59,6 @@ static struct omap_dma_dev_attr *d;
 static int enable_1510_mode;
 static u32 errata;
 
-struct dma_link_info {
-	int *linked_dmach_q;
-	int no_of_lchs_linked;
-
-	int q_count;
-	int q_tail;
-	int q_head;
-
-	int chain_state;
-	int chain_mode;
-
-};
-
 static int dma_lch_count;
 static int dma_chan_count;
 static int omap_dma_reserve_channels;
-- 
2.45.0
Re: [PATCH] ARM: omap1: Remove unused struct 'dma_link_info'
Posted by Kevin Hilman 1 year, 7 months ago
On Sun, 05 May 2024 21:22:14 +0100, linux@treblig.org wrote:
> I think the last use of this was removed somewhere
> around the two:
> Commit 755cbfd8cf89 ("ARM: OMAP2+: Drop sdma interrupt handling for
> mach-omap2")
> and
> Commit 16630718ee46 ("ARM: omap1: move plat/dma.c to mach/omap-dma.c")
> 
> [...]

Applied, thanks!

[1/1] ARM: omap1: Remove unused struct 'dma_link_info'
      commit: f6e6e2e8f6440ca2f91685f57b5bcd3dbac1f135

Best regards,
-- 
Kevin Hilman <khilman@baylibre.com>
Re: [PATCH] ARM: omap1: Remove unused struct 'dma_link_info'
Posted by Aaro Koskinen 1 year, 8 months ago
Hi,

On Sun, May 05, 2024 at 09:22:14PM +0100, linux@treblig.org wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> I think the last use of this was removed somewhere
> around the two:
> Commit 755cbfd8cf89 ("ARM: OMAP2+: Drop sdma interrupt handling for
> mach-omap2")
> and
> Commit 16630718ee46 ("ARM: omap1: move plat/dma.c to mach/omap-dma.c")
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>

Acked-by: Aaro Koskinen <aaro.koskinen@iki.fi>

> ---
>  arch/arm/mach-omap1/omap-dma.c | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/arch/arm/mach-omap1/omap-dma.c b/arch/arm/mach-omap1/omap-dma.c
> index 9ee472f8ead12..f091f78631d09 100644
> --- a/arch/arm/mach-omap1/omap-dma.c
> +++ b/arch/arm/mach-omap1/omap-dma.c
> @@ -59,19 +59,6 @@ static struct omap_dma_dev_attr *d;
>  static int enable_1510_mode;
>  static u32 errata;
>  
> -struct dma_link_info {
> -	int *linked_dmach_q;
> -	int no_of_lchs_linked;
> -
> -	int q_count;
> -	int q_tail;
> -	int q_head;
> -
> -	int chain_state;
> -	int chain_mode;
> -
> -};
> -
>  static int dma_lch_count;
>  static int dma_chan_count;
>  static int omap_dma_reserve_channels;
> -- 
> 2.45.0
>
Re: [PATCH] ARM: omap1: Remove unused struct 'dma_link_info'
Posted by Dr. David Alan Gilbert 1 year, 8 months ago
* linux@treblig.org (linux@treblig.org) wrote:
> From: "Dr. David Alan Gilbert" <linux@treblig.org>
> 
> I think the last use of this was removed somewhere
> around the two:
> Commit 755cbfd8cf89 ("ARM: OMAP2+: Drop sdma interrupt handling for
> mach-omap2")
> and
> Commit 16630718ee46 ("ARM: omap1: move plat/dma.c to mach/omap-dma.c")
> 
> Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>

Ping

> ---
>  arch/arm/mach-omap1/omap-dma.c | 13 -------------
>  1 file changed, 13 deletions(-)
> 
> diff --git a/arch/arm/mach-omap1/omap-dma.c b/arch/arm/mach-omap1/omap-dma.c
> index 9ee472f8ead12..f091f78631d09 100644
> --- a/arch/arm/mach-omap1/omap-dma.c
> +++ b/arch/arm/mach-omap1/omap-dma.c
> @@ -59,19 +59,6 @@ static struct omap_dma_dev_attr *d;
>  static int enable_1510_mode;
>  static u32 errata;
>  
> -struct dma_link_info {
> -	int *linked_dmach_q;
> -	int no_of_lchs_linked;
> -
> -	int q_count;
> -	int q_tail;
> -	int q_head;
> -
> -	int chain_state;
> -	int chain_mode;
> -
> -};
> -
>  static int dma_lch_count;
>  static int dma_chan_count;
>  static int omap_dma_reserve_channels;
> -- 
> 2.45.0
> 
-- 
 -----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   |_______/