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>
This commit is contained in:
parent
4426632dc8
commit
8b69e629dc
1 changed files with 0 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue