diff options
| author | Yangbo Lu <[email protected]> | 2019-06-21 11:42:30 +0800 |
|---|---|---|
| committer | Peng Fan <[email protected]> | 2019-06-23 14:18:48 +0800 |
| commit | 5053da2e4aa297d888cdfc7d216d935504a9472a (patch) | |
| tree | 527b4ec1bb6926331ecd3b595c64f0ac66553477 /include | |
| parent | 4d8ff42e467f398cef69eccbeb96a42689606aed (diff) | |
mmc: fsl_esdhc_imx: drop useless code
Dropped useless code for i.MX eSDHC driver.
Signed-off-by: Yangbo Lu <[email protected]>
Tested-by: Steffen Dirkwinkel <[email protected]>
Reviewed-by: Peng Fan <[email protected]>
Reviewed-by: Martyn Welch <[email protected]>
Reviewed-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'include')
| -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 67fd28926e3..33c6d52bfe9 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 |
