projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccd60a8
)
mmc: fsl_esdhc: remove the duplicated header file
author
Jaehoon Chung
<jh80.chung@samsung.com>
Tue, 19 Jul 2016 07:33:35 +0000
(16:33 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Fri, 5 Aug 2016 02:21:25 +0000
(11:21 +0900)
"mmc.h" is already included. It's duplicated.
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/mmc/fsl_esdhc.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/fsl_esdhc.c
b/drivers/mmc/fsl_esdhc.c
index a865c7b47bd9676364ff8bc8a2fea5f11977bca2..86c9a67a5ec5367fe38ecf02ca97ba0e125d808c 100644
(file)
--- 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>