diff options
| author | Tom Rini <[email protected]> | 2018-02-25 22:28:59 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-02-25 22:28:59 -0500 |
| commit | 4bafceff0e9e5a36908031e41c69a6b37e82da58 (patch) | |
| tree | 60538a11064a95d2a9c978232230e3138c911dbb /arch | |
| parent | 85447f785ce8c0ab8e40850dc457a1fc833d224f (diff) | |
| parent | beac7d33d9131d22ffbdbfbf2786858062b63786 (diff) | |
Merge git://git.denx.de/u-boot-mmc
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/include/asm/omap_mmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/include/asm/omap_mmc.h b/arch/arm/include/asm/omap_mmc.h index 3d70148882c..42ce8dcd6d0 100644 --- a/arch/arm/include/asm/omap_mmc.h +++ b/arch/arm/include/asm/omap_mmc.h @@ -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; |
