Browse Source

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>
Jaehoon Chung 8 years ago
parent
commit
70f862808e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/mmc/fsl_esdhc.c

+ 0 - 1
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>