commit | eaf6a602ccbd3fbd877afee0dd8532547ddd2692 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:45 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 2d39010fab1543c91dfe76313eba9f9aaa52c8bb | |
parent | 1c1ddf65ca17d180b2dd2259958307a5f89e97b7 [diff] |
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>
diff --git a/drivers/mmc/sdhci.c b/drivers/mmc/sdhci.c index f4eb655..ff871f8 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>