From 4426632dc812e60b2dda03810a18a4894a789567 Mon Sep 17 00:00:00 2001 From: Simon Glass <sjg@chromium.org> Date: Sun, 19 Jul 2020 10:15:45 -0600 Subject: [PATCH] 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> --- drivers/mmc/sdhci.c | 1 - 1 file changed, 1 deletion(-) 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> -- 2.39.5