diff options
author | Simon Glass <sjg@chromium.org> | 2020-07-19 10:15:45 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-03 22:19:54 -0400 |
commit | 4426632dc812e60b2dda03810a18a4894a789567 (patch) | |
tree | 2d39010fab1543c91dfe76313eba9f9aaa52c8bb /drivers/mmc | |
parent | ad2f4ac39b13883e6bc1595137e61a4679906e42 (diff) | |
download | u-boot-4426632dc812e60b2dda03810a18a4894a789567.tar.gz |
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>
Diffstat (limited to 'drivers/mmc')
-rw-r--r-- | drivers/mmc/sdhci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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> |