[U-Boot] [PATCH 18/30] mmc: Drop duplicate dm.h inclusion

Simon Glass sjg at chromium.org
Sun Oct 27 15:53:58 UTC 2019


We only need to include this header once. Drop the duplicate.

Signed-off-by: Simon Glass <sjg at 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 fbc576fd72..c081bfde5f 100644
--- a/drivers/mmc/sdhci.c
+++ b/drivers/mmc/sdhci.c
@@ -13,7 +13,6 @@
 #include <malloc.h>
 #include <mmc.h>
 #include <sdhci.h>
-#include <dm.h>
 
 #if defined(CONFIG_FIXED_SDHCI_ALIGNED_BUFFER)
 void *aligned_buffer = (void *)CONFIG_FIXED_SDHCI_ALIGNED_BUFFER;
-- 
2.24.0.rc0.303.g954a862665-goog



More information about the U-Boot mailing list