diff mbox

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

Message ID 1468913616-29414-2-git-send-email-jh80.chung@samsung.com
State Accepted
Commit 70f862808e8ae4b97fe736ec9d9d496881ad84b2
Delegated to: Jaehoon Chung
Headers show

Commit Message

Jaehoon Chung July 19, 2016, 7:33 a.m. UTC
"mmc.h" is already included. It's duplicated.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 drivers/mmc/fsl_esdhc.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Simon Glass July 23, 2016, 2:57 a.m. UTC | #1
On 19 July 2016 at 01:33, Jaehoon Chung <jh80.chung@samsung.com> wrote:
> "mmc.h" is already included. It's duplicated.
>
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  drivers/mmc/fsl_esdhc.c | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Jaehoon Chung Aug. 5, 2016, 2:26 a.m. UTC | #2
On 07/19/2016 04:33 PM, Jaehoon Chung wrote:
> "mmc.h" is already included. It's duplicated.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>


Applied on u-boot-mmc. Thanks!

Fixed the typo, when applied.

Best Regards,
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 <mmc.h>
>  #include <part.h>
>  #include <malloc.h>
> -#include <mmc.h>
>  #include <fsl_esdhc.h>
>  #include <fdt_support.h>
>  #include <asm/io.h>
>
diff mbox

Patch

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 <mmc.h>
 #include <part.h>
 #include <malloc.h>
-#include <mmc.h>
 #include <fsl_esdhc.h>
 #include <fdt_support.h>
 #include <asm/io.h>