From: Marco Franchi Date: Mon, 25 Sep 2017 18:55:57 +0000 (-0300) Subject: ARM: imx: 3ds-debugboard: Include "3ds_debugboard.h" header file X-Git-Tag: v4.15-rc1~76^2~6^2~4 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=07294a7e6eda86997e323cfb3a215d2bcbdbf453;p=linux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm/mach-imx/3ds_debugboard.c b/arch/arm/mach-imx/3ds_debugboard.c index cda330c93d61..0015abe9cb2b 100644 --- a/arch/arm/mach-imx/3ds_debugboard.c +++ b/arch/arm/mach-imx/3ds_debugboard.c @@ -20,7 +20,7 @@ #include #include #include - +#include "3ds_debugboard.h" #include "hardware.h" /* LAN9217 ethernet base address */