mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
mmc: sanitize includes for DM i2c
This patch fixes some warnings when building boards that do not define DM_I2C_COMPAT i.e. boards that entirely rely on the new i2c layer. Signed-off-by: Felix Brack <fb@ltec.ch>
This commit is contained in:
parent
0e1746acac
commit
339d578900
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue