spi: Drop duplicate dm.h inclusion
authorSimon Glass <sjg@chromium.org>
Sun, 19 Jul 2020 16:15:46 +0000 (10:15 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 4 Aug 2020 02:19:54 +0000 (22:19 -0400)
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

index 0454410..e77447b 100644 (file)
@@ -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>