summaryrefslogtreecommitdiff
path: root/drivers/mmc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 19:15:45 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 05:19:54 +0300
commit4426632dc812e60b2dda03810a18a4894a789567 (patch)
tree2d39010fab1543c91dfe76313eba9f9aaa52c8bb /drivers/mmc
parentad2f4ac39b13883e6bc1595137e61a4679906e42 (diff)
downloadu-boot-4426632dc812e60b2dda03810a18a4894a789567.tar.xz
mmc: Drop duplicate dm.h inclusion
We only need to include this header once. Drop the duplicate. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc')
-rw-r--r--drivers/mmc/sdhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c
index f4eb655f6e..ff871f8252 100644
--- 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>