Skip to content
Snippets Groups Projects
Commit c83c00ae authored by Alifer Moraes's avatar Alifer Moraes Committed by Stefano Babic
Browse files

imx8qm_mek: Include fdt_support.h header


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: default avatarAlifer Moraes <alifer.wsdm@gmail.com>
parent 09f0c506
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
#include <errno.h> #include <errno.h>
#include <init.h> #include <init.h>
#include <linux/libfdt.h> #include <linux/libfdt.h>
#include <fdt_support.h>
#include <asm/io.h> #include <asm/io.h>
#include <asm/gpio.h> #include <asm/gpio.h>
#include <asm/arch/clock.h> #include <asm/arch/clock.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment