mmc: jz4740: remove unused struct component card_detect_irq
authorH. Nikolaus Schaller <hns@goldelico.com>
Wed, 23 Dec 2020 09:01:50 +0000 (10:01 +0100)
committerUlf Hansson <ulf.hansson@linaro.org>
Mon, 1 Feb 2021 10:54:44 +0000 (11:54 +0100)
I have not found any user for this struct component.

Signed-off-by: H. Nikolaus Schaller <hns@goldelico.com>
Reviewed-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/415ea1cb85eedc12f0c2f70da9a1ae3885bdd091.1608714110.git.hns@goldelico.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/jz4740_mmc.c

index a1f92fe..b3c636e 100644 (file)
@@ -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;