Re: [PATCH 15/31] mmc: Drop duplicate dm.h inclusion

2020-08-04 Thread Tom Rini
On Sun, Jul 19, 2020 at 10:15:45AM -0600, Simon Glass wrote:

> We only need to include this header once. Drop the duplicate.
> 
> Signed-off-by: Simon Glass 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


[PATCH 15/31] mmc: Drop duplicate dm.h inclusion

2020-07-19 Thread Simon Glass
We only need to include this header once. Drop the duplicate.

Signed-off-by: Simon Glass 
---

 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 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-- 
2.28.0.rc0.105.gf9edc3c819-goog