From: Alifer Moraes <alifer.wsdm@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH] imx8qm_mek: Include fdt_support.h header
Date: Thu, 16 Jan 2020 12:43:07 -0300 [thread overview]
Message-ID: <20200116154309.10666-2-alifer.wsdm@gmail.com> (raw)
In-Reply-To: <20200116154309.10666-1-alifer.wsdm@gmail.com>
Include fdt_support.h header file to fix the following sparse warning:
board/freescale/imx8qm_mek/imx8qm_mek.c:116:5: warning: no previous
prototype for ‘ft_board_setup’ [-Wmissing-prototypes]
Signed-off-by: Alifer Moraes <alifer.wsdm@gmail.com>
---
board/freescale/imx8qm_mek/imx8qm_mek.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/board/freescale/imx8qm_mek/imx8qm_mek.c b/board/freescale/imx8qm_mek/imx8qm_mek.c
index 667a2743a6..139f416d1f 100644
--- a/board/freescale/imx8qm_mek/imx8qm_mek.c
+++ b/board/freescale/imx8qm_mek/imx8qm_mek.c
@@ -8,6 +8,7 @@
#include <errno.h>
#include <init.h>
#include <linux/libfdt.h>
+#include <fdt_support.h>
#include <asm/io.h>
#include <asm/gpio.h>
#include <asm/arch/clock.h>
--
2.17.1
next prev parent reply other threads:[~2020-01-16 15:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-16 15:43 [PATCH] imx8qxp_mek: Include fdt_support.h header Alifer Moraes
2020-01-16 15:43 ` Alifer Moraes [this message]
2020-01-20 20:17 ` [PATCH] imx8qm_mek: " sbabic at denx.de
2020-01-16 15:43 ` [PATCH 2/5] imx8qm_mek: Remove unused function detail_board_ddr_info() Alifer Moraes
2020-01-20 20:17 ` sbabic at denx.de
2020-01-16 15:43 ` [PATCH 3/5] imx8qxp_mek: " Alifer Moraes
2020-01-20 20:18 ` sbabic at denx.de
2020-01-20 20:18 ` [PATCH] imx8qxp_mek: Include fdt_support.h header sbabic at denx.de
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200116154309.10666-2-alifer.wsdm@gmail.com \
--to=alifer.wsdm@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox