projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2f4ac
)
mmc: Drop duplicate dm.h inclusion
author
Simon Glass
<sjg@chromium.org>
Sun, 19 Jul 2020 16:15:45 +0000
(10:15 -0600)
committer
Tom Rini
<trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000
(22:19 -0400)
We only need to include this header once. Drop the duplicate.
Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/mmc/sdhci.c
patch
|
blob
|
history
diff --git
a/drivers/mmc/sdhci.c
b/drivers/mmc/sdhci.c
index
f4eb655
..
ff871f8
100644
(file)
--- a/
drivers/mmc/sdhci.c
+++ b/
drivers/mmc/sdhci.c
@@
-15,7
+15,6
@@
#include <malloc.h>
#include <mmc.h>
#include <sdhci.h>
-#include <dm.h>
#include <asm/cache.h>
#include <linux/bitops.h>
#include <linux/delay.h>