From patchwork Thu Jan 16 15:43:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Alifer Moraes X-Patchwork-Id: 239676 List-Id: U-Boot discussion From: alifer.wsdm at gmail.com (Alifer Moraes) Date: Thu, 16 Jan 2020 12:43:07 -0300 Subject: [PATCH] imx8qm_mek: Include fdt_support.h header In-Reply-To: <20200116154309.10666-1-alifer.wsdm@gmail.com> References: <20200116154309.10666-1-alifer.wsdm@gmail.com> Message-ID: <20200116154309.10666-2-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 --- 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 #include #include +#include #include #include #include