summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorJaehoon Chung <jh80.chung@samsung.com>2016-07-19 16:33:35 +0900
committerJaehoon Chung <jh80.chung@samsung.com>2016-08-05 11:21:25 +0900
commit70f862808e8ae4b97fe736ec9d9d496881ad84b2 (patch)
tree877f912e420b493039e995273251c70ccec6b02c /drivers/mmc
parentccd60a8524aa364e6f3c06e4526f2ddd61f1cf25 (diff)
downloadu-boot-imx-70f862808e8ae4b97fe736ec9d9d496881ad84b2.zip
u-boot-imx-70f862808e8ae4b97fe736ec9d9d496881ad84b2.tar.gz
u-boot-imx-70f862808e8ae4b97fe736ec9d9d496881ad84b2.tar.bz2
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/fsl_esdhc.c1
1 files changed, 0 insertions, 1 deletions
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>