1
0
Fork 0

ARM: imx: 3ds-debugboard: Include "3ds_debugboard.h" header file

The following build warning is seen with W=1:

warning: no previous prototype for ‘mxc_expio_init’
[-Wmissing-prototypes] int __init mxc_expio_init(u32 base, u32 intr_gpio)

Fix this warning by including "3ds_debugboard.h".

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
hifive-unleashed-5.1
Marco Franchi 2017-09-25 15:55:57 -03:00 committed by Shawn Guo
parent fa5f66c938
commit 07294a7e6e
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <linux/smsc911x.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/fixed.h>
#include "3ds_debugboard.h"
#include "hardware.h"
/* LAN9217 ethernet base address */