
Subject: [v3, 5/5] mmc: fsl_esdhc_imx: drop useless code
Dropped useless code for i.MX eSDHC driver.
Signed-off-by: Yangbo Lu yangbo.lu@nxp.com
Changes for v2:
- Added this patch.
Changes for v3:
- None.
drivers/mmc/fsl_esdhc_imx.c | 96 ++----------------------------------- include/fsl_esdhc_imx.h | 4 -- 2 files changed, 4 insertions(+), 96 deletions(-)
[.....]
- { .compatible = "fsl,esdhc", },
Please keep this, the following 2 dts using this compatible. ./arch/arm/dts/vf.dtsi ./arch/arm/dts/imx53-ppd.dts
With this addressed, you could have my `Reviewed-by: Peng Fan peng.fan@nxp.com`
{ /* sentinel */ } };
diff --git a/include/fsl_esdhc_imx.h b/include/fsl_esdhc_imx.h index e05b24e7e8..8abd28ea50 100644 --- a/include/fsl_esdhc_imx.h +++ b/include/fsl_esdhc_imx.h @@ -17,10 +17,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
2.17.1