diff options
author | Simon Glass | 2020-07-19 10:15:46 -0600 |
---|---|---|
committer | Tom Rini | 2020-08-03 22:19:54 -0400 |
commit | 8b69e629dcfd3fc9ce50ce33a492ba08af0ce7b0 (patch) | |
tree | 4b24bb2fe6a385dbc29cfbd4c7ba0f32827c4b8f /drivers/spi | |
parent | 4426632dc812e60b2dda03810a18a4894a789567 (diff) |
spi: Drop duplicate dm.h inclusion
We only need to include this header once. Drop the duplicate.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r-- | drivers/spi/mscc_bb_spi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/mscc_bb_spi.c b/drivers/spi/mscc_bb_spi.c index 0454410ee9b..e77447b6556 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> |