[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
@@ -16,7 +16,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-- 
1.9.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot