diff options
author | Faiz Abbas | 2020-02-26 13:44:32 +0530 |
---|---|---|
committer | Peng Fan | 2020-03-09 08:33:16 +0800 |
commit | e8d5dde4473514327b5ea67fb69d8fdd8410240c (patch) | |
tree | 13b2315faae5646a332f82971fae15698bf53b61 /include/mmc.h | |
parent | cb884347f4f902b605932da1d45d477d10c144e3 (diff) |
mmc: Merge SD_LEGACY and MMC_LEGACY bus modes
MMC_LEGACY & SD_LEGACY are not differentiated timings in the spec and
don't have any meaningful differences. Therefore, get rid of all
references to SD_LEGACY and use MMC_LEGACY to mean both of them.
Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Diffstat (limited to 'include/mmc.h')
-rw-r--r-- | include/mmc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mmc.h b/include/mmc.h index be59ee742b4..e83c22423bf 100644 --- a/include/mmc.h +++ b/include/mmc.h @@ -545,7 +545,6 @@ struct sd_ssr { enum bus_mode { MMC_LEGACY, - SD_LEGACY, MMC_HS, SD_HS, MMC_HS_52, |