
27 Oct
2019
27 Oct
'19
4:53 p.m.
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 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