diff options
author | Marco Franchi <marco.franchi@nxp.com> | 2017-09-25 15:55:57 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2017-10-13 14:44:02 +0800 |
commit | 07294a7e6eda86997e323cfb3a215d2bcbdbf453 (patch) | |
tree | c4acd44623074c0db002c39c75b99908b7038b55 /arch/arm/mach-imx | |
parent | fa5f66c9387033e9d600df91040b35f0691dc058 (diff) |
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.c | 2 |
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 cda330c93d61..0015abe9cb2b 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 */ |