summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorUlf Hansson2013-12-16 14:43:51 +0100
committerChris Ball2014-02-14 04:58:32 +0100
commit325e2f96b926ae852fa2aa5e64d1040ed9518ae1 (patch)
tree379c7d40c0d51513da7cd89b0bcc4eadb0b0999e /include/linux/mmc
parentmmc: card: Remove host cap MMC_CAP2_SANITIZE (diff)
downloadkernel-qcow2-linux-325e2f96b926ae852fa2aa5e64d1040ed9518ae1.tar.gz
kernel-qcow2-linux-325e2f96b926ae852fa2aa5e64d1040ed9518ae1.tar.xz
kernel-qcow2-linux-325e2f96b926ae852fa2aa5e64d1040ed9518ae1.zip
mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGE
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org> Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'include/linux/mmc')
-rw-r--r--include/linux/mmc/host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 40f832e5db40..461c69f19425 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -272,7 +272,6 @@ struct mmc_host {
#define MMC_CAP2_HS200_1_2V_SDR (1 << 6) /* can support */
#define MMC_CAP2_HS200 (MMC_CAP2_HS200_1_8V_SDR | \
MMC_CAP2_HS200_1_2V_SDR)
-#define MMC_CAP2_BROKEN_VOLTAGE (1 << 7) /* Use the broken voltage */
#define MMC_CAP2_HC_ERASE_SZ (1 << 9) /* High-capacity erase size */
#define MMC_CAP2_CD_ACTIVE_HIGH (1 << 10) /* Card-detect signal active high */
#define MMC_CAP2_RO_ACTIVE_HIGH (1 << 11) /* Write-protect signal active high */