diff options
author | Tom Rini <trini@konsulko.com> | 2018-01-14 22:26:38 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-14 22:26:38 -0500 |
commit | 3dde8f20377c3a051dda64497bdf0cdb23e03a2d (patch) | |
tree | 89d16fac9d2df2931a87e69cae60c757a475dcf7 /drivers/mmc/omap_hsmmc.c | |
parent | 18af965798153cea955773633feb05ed1647e9f6 (diff) | |
parent | db359efd5907edbeaea2e3eb3504729f60208cd8 (diff) |
Merge git://git.denx.de/u-boot-mmc
Diffstat (limited to 'drivers/mmc/omap_hsmmc.c')
-rw-r--r-- | drivers/mmc/omap_hsmmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mmc/omap_hsmmc.c b/drivers/mmc/omap_hsmmc.c index efa43896fc..30443d13a0 100644 --- a/drivers/mmc/omap_hsmmc.c +++ b/drivers/mmc/omap_hsmmc.c @@ -28,9 +28,9 @@ #include <mmc.h> #include <part.h> #include <i2c.h> -#include <twl4030.h> -#include <twl6030.h> +#if defined(CONFIG_OMAP54XX) || defined(CONFIG_OMAP44XX) #include <palmas.h> +#endif #include <asm/io.h> #include <asm/arch/mmc_host_def.h> #if !defined(CONFIG_SOC_KEYSTONE) |