diff options
Diffstat (limited to 'drivers/mmc/host/dw_mmc.h')
-rw-r--r-- | drivers/mmc/host/dw_mmc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index 01b99e8a9190..71d499557edc 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h | |||
@@ -214,7 +214,6 @@ extern int dw_mci_resume(struct dw_mci *host); | |||
214 | * with CONFIG_MMC_CLKGATE. | 214 | * with CONFIG_MMC_CLKGATE. |
215 | * @flags: Random state bits associated with the slot. | 215 | * @flags: Random state bits associated with the slot. |
216 | * @id: Number of this slot. | 216 | * @id: Number of this slot. |
217 | * @last_detect_state: Most recently observed card detect state. | ||
218 | */ | 217 | */ |
219 | struct dw_mci_slot { | 218 | struct dw_mci_slot { |
220 | struct mmc_host *mmc; | 219 | struct mmc_host *mmc; |
@@ -234,7 +233,6 @@ struct dw_mci_slot { | |||
234 | #define DW_MMC_CARD_PRESENT 0 | 233 | #define DW_MMC_CARD_PRESENT 0 |
235 | #define DW_MMC_CARD_NEED_INIT 1 | 234 | #define DW_MMC_CARD_NEED_INIT 1 |
236 | int id; | 235 | int id; |
237 | int last_detect_state; | ||
238 | }; | 236 | }; |
239 | 237 | ||
240 | struct dw_mci_tuning_data { | 238 | struct dw_mci_tuning_data { |