[PATCH 02/14] mmc: remove the unused use_blk_mq field from struct mmc_host

From: Christoph Hellwig
Date: Tue Feb 12 2019 - 02:25:53 EST


Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
include/linux/mmc/host.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/include/linux/mmc/host.h b/include/linux/mmc/host.h
index 4d35ff36ceff..4eadf01b4a93 100644
--- a/include/linux/mmc/host.h
+++ b/include/linux/mmc/host.h
@@ -397,7 +397,6 @@ struct mmc_host {
unsigned int doing_retune:1; /* re-tuning in progress */
unsigned int retune_now:1; /* do re-tuning at next req */
unsigned int retune_paused:1; /* re-tuning is temporarily disabled */
- unsigned int use_blk_mq:1; /* use blk-mq */

int rescan_disable; /* disable card detection */
int rescan_entered; /* used with nonremovable devices */
--
2.20.1