summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx
diff options
context:
space:
mode:
authorMarco Franchi <marco.franchi@nxp.com>2017-09-25 15:55:57 -0300
committerShawn Guo <shawnguo@kernel.org>2017-10-13 14:44:02 +0800
commit07294a7e6eda86997e323cfb3a215d2bcbdbf453 (patch)
treec4acd44623074c0db002c39c75b99908b7038b55 /arch/arm/mach-imx
parentfa5f66c9387033e9d600df91040b35f0691dc058 (diff)
downloadop-kernel-dev-07294a7e6eda86997e323cfb3a215d2bcbdbf453.zip
op-kernel-dev-07294a7e6eda86997e323cfb3a215d2bcbdbf453.tar.gz
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>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r--arch/arm/mach-imx/3ds_debugboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/3ds_debugboard.c b/arch/arm/mach-imx/3ds_debugboard.c
index cda330c..0015abe 100644
--- a/arch/arm/mach-imx/3ds_debugboard.c
+++ b/arch/arm/mach-imx/3ds_debugboard.c
@@ -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 */
OpenPOWER on IntegriCloud