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

Jaehoon Chung jh80.chung at samsung.com
Fri Aug 5 04:26:06 CEST 2016


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 at samsung.com>
> Reviewed-by: Simon Glass <sjg at 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>
> 



More information about the U-Boot mailing list