summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 19:15:38 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 05:19:54 +0300
commitc2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c (patch)
tree9c3d1f801cf7c83cb8bcf082d9cba5996aff5e7d /include
parent0e1fad4382fbceb630d09e7009afe1b1b31a64d6 (diff)
downloadu-boot-c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c.tar.xz
fs: fs-loader: 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/fs_loader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fs_loader.h b/include/fs_loader.h
index b728c06fcf..1b3c58086f 100644
--- a/include/fs_loader.h
+++ b/include/fs_loader.h
@@ -6,7 +6,7 @@
#ifndef _FS_LOADER_H_
#define _FS_LOADER_H_
-#include <dm.h>
+struct udevice;
/**
* struct phandle_part - A place for storing phandle of node and its partition