diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2019-06-21 11:42:30 +0800 |
---|---|---|
committer | Peng Fan <peng.fan@nxp.com> | 2019-06-23 14:18:48 +0800 |
commit | 5053da2e4aa297d888cdfc7d216d935504a9472a (patch) | |
tree | 527b4ec1bb6926331ecd3b595c64f0ac66553477 /include/fsl_esdhc_imx.h | |
parent | 4d8ff42e467f398cef69eccbeb96a42689606aed (diff) |
mmc: fsl_esdhc_imx: drop useless code
Dropped useless code for i.MX eSDHC driver.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Tested-by: Steffen Dirkwinkel <s.dirkwinkel@beckhoff.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Martyn Welch <martyn.welch@collabora.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'include/fsl_esdhc_imx.h')
-rw-r--r-- | include/fsl_esdhc_imx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/fsl_esdhc_imx.h b/include/fsl_esdhc_imx.h index 67fd28926e..33c6d52bfe 100644 --- a/include/fsl_esdhc_imx.h +++ b/include/fsl_esdhc_imx.h @@ -19,10 +19,6 @@ /* needed for the mmc_cfg definition */ #include <mmc.h> -#ifdef CONFIG_FSL_ESDHC_ADAPTER_IDENT -#include "../board/freescale/common/qixis.h" -#endif - /* FSL eSDHC-specific constants */ #define SYSCTL 0x0002e02c #define SYSCTL_INITA 0x08000000 |