Skip to content

Commit

Permalink
mmc: omap: remove unused struct component card_detect_irq
Browse files Browse the repository at this point in the history
I have not found any user for this struct component.

Signed-off-by: H. Nikolaus Schaller <[email protected]>
Link: https://lore.kernel.org/r/b6f2168b863e4273c6bca5a22fbd4a3a8ddf68d6.1608714110.git.hns@goldelico.com
Signed-off-by: Ulf Hansson <[email protected]>
  • Loading branch information
goldelico authored and storulf committed Feb 1, 2021
1 parent c7129b7 commit 67a7323
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/platform_data/mmc-omap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 67a7323

Please sign in to comment.