summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 19:15:34 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 05:19:54 +0300
commit340fd10e7b235681fe5996a89cc84dfcd5afafbd (patch)
tree3b05850310dd8791798de4668b9945160c890d2a /include
parentdefce58181e962f9c9979091ac4726cfcded63e7 (diff)
downloadu-boot-340fd10e7b235681fe5996a89cc84dfcd5afafbd.tar.xz
mtd: spi-mem: Drop dm.h header file
This header file should not be included in other header files. Remove it and use a forward declaration instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/spi-mem.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/spi-mem.h b/include/spi-mem.h
index 893f7bd733..ca0f55c8fd 100644
--- a/include/spi-mem.h
+++ b/include/spi-mem.h
@@ -11,10 +11,7 @@
#ifndef __UBOOT_SPI_MEM_H
#define __UBOOT_SPI_MEM_H
-#include <common.h>
-#include <dm.h>
-#include <errno.h>
-#include <spi.h>
+struct udevice;
#define SPI_MEM_OP_CMD(__opcode, __buswidth) \
{ \