diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/dw_mmc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mmc/dw_mmc.h b/include/linux/mmc/dw_mmc.h index 787ad569c99b..b72e4aa91c11 100644 --- a/include/linux/mmc/dw_mmc.h +++ b/include/linux/mmc/dw_mmc.h | |||
| @@ -205,7 +205,8 @@ struct dw_mci_dma_ops { | |||
| 205 | #define DW_MCI_QUIRK_HIGHSPEED BIT(2) | 205 | #define DW_MCI_QUIRK_HIGHSPEED BIT(2) |
| 206 | /* Unreliable card detection */ | 206 | /* Unreliable card detection */ |
| 207 | #define DW_MCI_QUIRK_BROKEN_CARD_DETECTION BIT(3) | 207 | #define DW_MCI_QUIRK_BROKEN_CARD_DETECTION BIT(3) |
| 208 | 208 | /* Write Protect detection not available */ | |
| 209 | #define DW_MCI_QUIRK_NO_WRITE_PROTECT BIT(4) | ||
| 209 | 210 | ||
| 210 | struct dma_pdata; | 211 | struct dma_pdata; |
| 211 | 212 | ||
