Skip to content

Commit c641fa5

Browse files
committed
Partial revert of "MMC: added alternative MMC driver"
This reverts commit c75d96f.
1 parent 6942471 commit c641fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/linux/mmc/card.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ struct mmc_card {
296296
#define MMC_QUIRK_BROKEN_SD_DISCARD (1<<14) /* Disable broken SD discard support */
297297
#define MMC_QUIRK_BROKEN_SD_CACHE (1<<15) /* Disable broken SD cache support */
298298
#define MMC_QUIRK_BROKEN_CACHE_FLUSH (1<<16) /* Don't flush cache until the write has occurred */
299-
#define MMC_QUIRK_ERASE_BROKEN (1<<31) /* Skip erase */
300299

301300
bool written_flag; /* Indicates eMMC has been written since power on */
302301
bool reenable_cmdq; /* Re-enable Command Queue */

0 commit comments

Comments
 (0)