Commit 67a73230 authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller Committed by Ulf Hansson
Browse files

mmc: omap: remove unused struct component card_detect_irq

parent c7129b70
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;