diff options
Diffstat (limited to 'include/linux/mmc/core.h')
-rw-r--r-- | include/linux/mmc/core.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mmc/core.h b/include/linux/mmc/core.h index d0fbcacab52c..64e013f1cfb8 100644 --- a/include/linux/mmc/core.h +++ b/include/linux/mmc/core.h | |||
@@ -109,7 +109,6 @@ struct mmc_data { | |||
109 | #define MMC_DATA_WRITE (1 << 8) | 109 | #define MMC_DATA_WRITE (1 << 8) |
110 | #define MMC_DATA_READ (1 << 9) | 110 | #define MMC_DATA_READ (1 << 9) |
111 | #define MMC_DATA_STREAM (1 << 10) | 111 | #define MMC_DATA_STREAM (1 << 10) |
112 | #define MMC_DDR_MODE (1 << 11) | ||
113 | 112 | ||
114 | unsigned int bytes_xfered; | 113 | unsigned int bytes_xfered; |
115 | 114 | ||
@@ -154,6 +153,8 @@ extern int mmc_can_secure_erase_trim(struct mmc_card *card); | |||
154 | extern int mmc_erase_group_aligned(struct mmc_card *card, unsigned int from, | 153 | extern int mmc_erase_group_aligned(struct mmc_card *card, unsigned int from, |
155 | unsigned int nr); | 154 | unsigned int nr); |
156 | 155 | ||
156 | extern int mmc_set_blocklen(struct mmc_card *card, unsigned int blocklen); | ||
157 | |||
157 | extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *); | 158 | extern void mmc_set_data_timeout(struct mmc_data *, const struct mmc_card *); |
158 | extern unsigned int mmc_align_data_size(struct mmc_card *, unsigned int); | 159 | extern unsigned int mmc_align_data_size(struct mmc_card *, unsigned int); |
159 | 160 | ||