Commits
Haibo Chen committed 0813febf623
mmc: sdhci: remove MMC_CAP_NEEDS_POLL This will cause meaningless CPU overhead by polling the card at backgroud if the CD is broken. Most board does not intend to use this function, so remove it. Platform driver could add it for test if needed. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>