2020-12-23 09:06:39

by H. Nikolaus Schaller

[permalink] [raw]
Subject: [PATCH 1/2] mmc: jz4740: remove unused struct component card_detect_irq

I have not found any user for this struct component.

Signed-off-by: H. Nikolaus Schaller <[email protected]>
---
drivers/mmc/host/jz4740_mmc.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/mmc/host/jz4740_mmc.c b/drivers/mmc/host/jz4740_mmc.c
index a1f92fed2a55b7..b3c636edbb4610 100644
--- a/drivers/mmc/host/jz4740_mmc.c
+++ b/drivers/mmc/host/jz4740_mmc.c
@@ -152,7 +152,6 @@ struct jz4740_mmc_host {
enum jz4740_mmc_version version;

int irq;
- int card_detect_irq;

void __iomem *base;
struct resource *mem_res;
--
2.26.2


2020-12-23 12:53:21

by Paul Cercueil

[permalink] [raw]
Subject: Re: [PATCH 1/2] mmc: jz4740: remove unused struct component card_detect_irq

Hi,

Le mer. 23 d?c. 2020 ? 10:01, H. Nikolaus Schaller
<[email protected]> a ?crit :
> I have not found any user for this struct component.
>
> Signed-off-by: H. Nikolaus Schaller <[email protected]>

Reviewed-by: Paul Cercueil <[email protected]>

Cheers,
-Paul

> ---
> drivers/mmc/host/jz4740_mmc.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/jz4740_mmc.c
> b/drivers/mmc/host/jz4740_mmc.c
> index a1f92fed2a55b7..b3c636edbb4610 100644
> --- a/drivers/mmc/host/jz4740_mmc.c
> +++ b/drivers/mmc/host/jz4740_mmc.c
> @@ -152,7 +152,6 @@ struct jz4740_mmc_host {
> enum jz4740_mmc_version version;
>
> int irq;
> - int card_detect_irq;
>
> void __iomem *base;
> struct resource *mem_res;
> --
> 2.26.2
>


2021-01-13 11:27:45

by Ulf Hansson

[permalink] [raw]
Subject: Re: [PATCH 1/2] mmc: jz4740: remove unused struct component card_detect_irq

On Wed, 23 Dec 2020 at 10:05, H. Nikolaus Schaller <[email protected]> wrote:
>
> I have not found any user for this struct component.
>
> Signed-off-by: H. Nikolaus Schaller <[email protected]>

Applied for next, thanks!

Kind regards
Uffe


> ---
> drivers/mmc/host/jz4740_mmc.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/mmc/host/jz4740_mmc.c b/drivers/mmc/host/jz4740_mmc.c
> index a1f92fed2a55b7..b3c636edbb4610 100644
> --- a/drivers/mmc/host/jz4740_mmc.c
> +++ b/drivers/mmc/host/jz4740_mmc.c
> @@ -152,7 +152,6 @@ struct jz4740_mmc_host {
> enum jz4740_mmc_version version;
>
> int irq;
> - int card_detect_irq;
>
> void __iomem *base;
> struct resource *mem_res;
> --
> 2.26.2
>