diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2016-07-19 16:33:35 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2016-08-05 11:21:25 +0900 |
commit | 70f862808e8ae4b97fe736ec9d9d496881ad84b2 (patch) | |
tree | 877f912e420b493039e995273251c70ccec6b02c | |
parent | ccd60a8524aa364e6f3c06e4526f2ddd61f1cf25 (diff) |
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>
-rw-r--r-- | drivers/mmc/fsl_esdhc.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |