
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/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 c3c7b80426..22fa2efd34 100644 --- a/drivers/spi/mscc_bb_spi.c +++ b/drivers/spi/mscc_bb_spi.c @@ -10,7 +10,6 @@ #include <errno.h> #include <malloc.h> #include <spi.h> -#include <dm.h> #include <asm/gpio.h> #include <asm/io.h> #include <linux/delay.h>
--
2.24.0.rc0.303.g954a862665-goog