aboutsummaryrefslogtreecommitdiff
path: root/drivers/fpga
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 10:15:38 -0600
committerTom Rini <trini@konsulko.com>2020-08-03 22:19:54 -0400
commitc2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c (patch)
tree9c3d1f801cf7c83cb8bcf082d9cba5996aff5e7d /drivers/fpga
parent0e1fad4382fbceb630d09e7009afe1b1b31a64d6 (diff)
downloadu-boot-c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c.zip
u-boot-c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c.tar.gz
u-boot-c2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c.tar.bz2
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 'drivers/fpga')
-rw-r--r--drivers/fpga/socfpga_arria10.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/fpga/socfpga_arria10.c b/drivers/fpga/socfpga_arria10.c
index dfd3cbb..44e1ac5 100644
--- a/drivers/fpga/socfpga_arria10.c
+++ b/drivers/fpga/socfpga_arria10.c
@@ -13,6 +13,7 @@
#include <altera.h>
#include <asm/arch/pinmux.h>
#include <common.h>
+#include <dm.h>
#include <dm/ofnode.h>
#include <errno.h>
#include <fs_loader.h>