projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4426632
)
spi: Drop duplicate dm.h inclusion
author
Simon Glass
<sjg@chromium.org>
Sun, 19 Jul 2020 16:15:46 +0000
(10:15 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/drivers/spi/mscc_bb_spi.c
b/drivers/spi/mscc_bb_spi.c
index
0454410
..
e77447b
100644
(file)
--- 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>