mmc: Drop duplicate dm.h inclusion
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:45 +0000 (10:15 -0600)
committerTom 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

index f4eb655..ff871f8 100644 (file)
@@ -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>