Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07294a7e authored by Marco Franchi's avatar Marco Franchi Committed by Shawn Guo
Browse files

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: default avatarMarco Franchi <marco.franchi@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent fa5f66c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,7 @@
#include <linux/smsc911x.h>
#include <linux/smsc911x.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/fixed.h>
#include <linux/regulator/fixed.h>

#include "3ds_debugboard.h"
#include "hardware.h"
#include "hardware.h"


/* LAN9217 ethernet base address */
/* LAN9217 ethernet base address */