Re: [PATCH 16/31] spi: Drop duplicate dm.h inclusion

2020-08-04 Thread Tom Rini
On Sun, Jul 19, 2020 at 10:15:46AM -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 16/31] spi: 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/spi/mscc_bb_spi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/mscc_bb_spi.c b/drivers/spi/mscc_bb_spi.c
index 0454410ee9..e77447b655 100644
--- a/drivers/spi/mscc_bb_spi.c
+++ b/drivers/spi/mscc_bb_spi.c
@@ -11,7 +11,6 @@
 #include 
 #include 
 #include 
-#include 
 #include 
 #include 
 #include 
-- 
2.28.0.rc0.105.gf9edc3c819-goog