From: Simon Glass Date: Sun, 19 Jul 2020 16:15:45 +0000 (-0600) Subject: mmc: Drop duplicate dm.h inclusion X-Git-Tag: v2025.01-rc5-pxa1908~2276^2~16 X-Git-Url: http://git.dujemihanovic.xyz/%22http:/www.sics.se/static/%7B%7B%20%24.Site.BaseURL%20%7D%7Dposts/index.xml?a=commitdiff_plain;h=4426632dc812e60b2dda03810a18a4894a789567;p=u-boot.git mmc: Drop duplicate dm.h inclusion We only need to include this header once. Drop the duplicate. Signed-off-by: Simon Glass --- 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 #include #include -#include #include #include #include