aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc
diff options
context:
space:
mode:
authorAdrian Hunter <adrian.hunter@intel.com>2017-08-10 08:08:11 -0400
committerUlf Hansson <ulf.hansson@linaro.org>2017-08-30 08:02:00 -0400
commitdc8d68bb6c6f7d7fb1aeb3450c0654598e4f4e52 (patch)
treea1326ccab63fc400de7c7335786dc98c3a141739 /include/linux/mmc
parent082bb85fbfb4b87787229182db4d22e5ed9fc8e6 (diff)
mmc: core: Remove unused MMC_CAP2_PACKED_CMD
Packed commands support was removed but some bits got left behind. Remove them. Signed-off-by: Adrian Hunter <adrian.hunter@intel.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include/linux/mmc')
-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 */