summaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorUlf Hansson2013-12-16 14:37:26 +0100
committerChris Ball2014-02-14 04:58:27 +0100
commita2d1086de6cc3ae2378d9db8b92712911c9e5fef (patch)
tree20e4be3f6b56f7e5fb5d646dcc2a777946acee01 /include/linux/mmc
parentmmc: core: Remove unnecessary validations for bus_ops callbacks (diff)
downloadkernel-qcow2-linux-a2d1086de6cc3ae2378d9db8b92712911c9e5fef.tar.gz
kernel-qcow2-linux-a2d1086de6cc3ae2378d9db8b92712911c9e5fef.tar.xz
kernel-qcow2-linux-a2d1086de6cc3ae2378d9db8b92712911c9e5fef.zip
mmc: card: Remove host cap MMC_CAP2_SANITIZE
There is no need for keeping a host cap for MMC_CAP2_SANITIZE, instead we just make the feature default available. 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 2a139b2bdb9e..40f832e5db40 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -281,7 +281,6 @@ struct mmc_host {
#define MMC_CAP2_PACKED_CMD (MMC_CAP2_PACKED_RD | \
MMC_CAP2_PACKED_WR)
#define MMC_CAP2_NO_PRESCAN_POWERUP (1 << 14) /* Don't power up before scan */
-#define MMC_CAP2_SANITIZE (1 << 15) /* Support Sanitize */
mmc_pm_flag_t pm_caps; /* supported pm features */