
19 Jul
2020
19 Jul
'20
6:15 p.m.
We only need to include this header once. Drop the duplicate.
Signed-off-by: Simon Glass sjg@chromium.org ---
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 <log.h> #include <malloc.h> #include <spi.h> -#include <dm.h> #include <asm/gpio.h> #include <asm/io.h> #include <linux/bitops.h>
--
2.28.0.rc0.105.gf9edc3c819-goog