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: Alifer Moraes <alifer.wsdm@gmail.com>
This commit is contained in:
committed by
Stefano Babic
parent
09f0c50690
commit
c83c00ae67
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user