Skip to content

Commit

Permalink
mmc: core: Drop redundant member in struct mmc host
Browse files Browse the repository at this point in the history
The Kconfig option to use the blk-mq support was removed in commit
1bec43a ("mmc: core: Remove option not to use blk-mq"), but forgot to
remove the use_blk_mq member in the struct mmc_host, let's fix it.

Signed-off-by: Ulf Hansson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
storulf committed Feb 8, 2021
1 parent 9dbd1dd commit 951f6cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/mmc/host.h
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,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 */
unsigned int retune_crc_disable:1; /* don't trigger retune upon crc */
unsigned int can_dma_map_merge:1; /* merging can be used */

Expand Down

0 comments on commit 951f6cc

Please sign in to comment.