Merge git://git.denx.de/u-boot-mmc

This commit is contained in:
Tom Rini
2018-02-25 22:28:59 -05:00
4 changed files with 35 additions and 27 deletions

View File

@ -67,7 +67,7 @@ struct hsmmc {
struct omap_hsmmc_plat {
struct mmc_config cfg;
struct hsmmc *base_addr;
struct mmc mmc;
struct mmc *mmc;
bool cd_inverted;
u32 controller_flags;
const char *hw_rev;