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 <hns@goldelico.com>
Link: https://lore.kernel.org/r/b6f2168b863e4273c6bca5a22fbd4a3a8ddf68d6.1608714110.git.hns@goldelico.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
H. Nikolaus Schaller 2020-12-23 10:01:51 +01:00 committed by Ulf Hansson
parent c7129b703f
commit 67a73230fb
1 changed files with 1 additions and 2 deletions

View File

@ -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;