From: Jaehoon Chung <jh80.chung@samsung.com> Date: Tue, 19 Jul 2016 07:33:35 +0000 (+0900) Subject: mmc: fsl_esdhc: remove the duplicated header file X-Git-Tag: v2025.01-rc5-pxa1908~8781^2~9 X-Git-Url: http://git.dujemihanovic.xyz/img/static/git-favicon.png?a=commitdiff_plain;h=70f862808e8ae4b97fe736ec9d9d496881ad84b2;p=u-boot.git mmc: fsl_esdhc: remove the duplicated header file "mmc.h" is already included. It's duplicated. Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com> Reviewed-by: Simon Glass <sjg@chromium.org> --- diff --git a/drivers/mmc/fsl_esdhc.c b/drivers/mmc/fsl_esdhc.c index a865c7b47b..86c9a67a5e 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>