aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mmc/host.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 4617c21f97f7..e92629518f68 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -291,10 +291,6 @@ struct mmc_host {
291 MMC_CAP2_HS200_1_2V_SDR) 291 MMC_CAP2_HS200_1_2V_SDR)
292#define MMC_CAP2_CD_ACTIVE_HIGH (1 << 10) /* Card-detect signal active high */ 292#define MMC_CAP2_CD_ACTIVE_HIGH (1 << 10) /* Card-detect signal active high */
293#define MMC_CAP2_RO_ACTIVE_HIGH (1 << 11) /* Write-protect signal active high */ 293#define MMC_CAP2_RO_ACTIVE_HIGH (1 << 11) /* Write-protect signal active high */
294#define MMC_CAP2_PACKED_RD (1 << 12) /* Allow packed read */
295#define MMC_CAP2_PACKED_WR (1 << 13) /* Allow packed write */
296#define MMC_CAP2_PACKED_CMD (MMC_CAP2_PACKED_RD | \
297 MMC_CAP2_PACKED_WR)
298#define MMC_CAP2_NO_PRESCAN_POWERUP (1 << 14) /* Don't power up before scan */ 294#define MMC_CAP2_NO_PRESCAN_POWERUP (1 << 14) /* Don't power up before scan */
299#define MMC_CAP2_HS400_1_8V (1 << 15) /* Can support HS400 1.8V */ 295#define MMC_CAP2_HS400_1_8V (1 << 15) /* Can support HS400 1.8V */
300#define MMC_CAP2_HS400_1_2V (1 << 16) /* Can support HS400 1.2V */ 296#define MMC_CAP2_HS400_1_2V (1 << 16) /* Can support HS400 1.2V */