Re: [U-Boot] [PATCH 2/3] mmc: fsl_esdhc: remove the duplcated header file

2016-07-22 Thread Simon Glass
On 19 July 2016 at 01:33, Jaehoon Chung wrote: > "mmc.h" is already included. It's duplicated. > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/fsl_esdhc.c | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Simon Glass ___ U-Boot mailing list U-

[U-Boot] [PATCH 2/3] mmc: fsl_esdhc: remove the duplcated header file

2016-07-19 Thread Jaehoon Chung
"mmc.h" is already included. It's duplicated. Signed-off-by: Jaehoon Chung --- drivers/mmc/fsl_esdhc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c index a865c7b..86c9a67 100644 --- a/drivers/mmc/fsl_esdhc.c +++ b/drivers/mmc/fsl_esdhc.c @@