imx8qm_mek: Include fdt_support.h header
authorAlifer Moraes <alifer.wsdm@gmail.com>
Thu, 16 Jan 2020 15:43:07 +0000 (12:43 -0300)
committerStefano Babic <sbabic@denx.de>
Mon, 20 Jan 2020 14:38:16 +0000 (15:38 +0100)
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

index 667a2743a620266d9bae3e1e3869bb07e36ef2fb..139f416d1f090d4eb9bdb8e47307d423e34d8325 100644 (file)
@@ -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>