From: H. Nikolaus Schaller Date: Wed, 23 Dec 2020 09:01:51 +0000 (+0100) Subject: mmc: omap: remove unused struct component card_detect_irq X-Git-Tag: v5.15~1722^2~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67a73230fbaed9ff4902389d4f040abe57c5783c;p=platform%2Fkernel%2Flinux-starfive.git mmc: omap: remove unused struct component card_detect_irq I have not found any user for this struct component. Signed-off-by: H. Nikolaus Schaller Link: https://lore.kernel.org/r/b6f2168b863e4273c6bca5a22fbd4a3a8ddf68d6.1608714110.git.hns@goldelico.com Signed-off-by: Ulf Hansson --- diff --git a/include/linux/platform_data/mmc-omap.h b/include/linux/platform_data/mmc-omap.h index f0b8947..91051e9 100644 --- a/include/linux/platform_data/mmc-omap.h +++ b/include/linux/platform_data/mmc-omap.h @@ -108,8 +108,7 @@ struct omap_mmc_platform_data { const char *name; u32 ocr_mask; - /* Card detection IRQs */ - int card_detect_irq; + /* Card detection */ int (*card_detect)(struct device *dev, int slot); unsigned int ban_openended:1;