ARM: imx: cpuidle-imx5: Include "cpuidle.h" header file
authorMarco Franchi <marco.franchi@nxp.com>
Mon, 25 Sep 2017 18:55:58 +0000 (15:55 -0300)
committerShawn Guo <shawnguo@kernel.org>
Fri, 13 Oct 2017 06:44:05 +0000 (14:44 +0800)
commit5ea2e8ad00eeba25cf7bd656293567226bec9b67
tree32db0060714c575dc85214c75d1465ca108fd8c9
parent07294a7e6eda86997e323cfb3a215d2bcbdbf453
ARM: imx: cpuidle-imx5: Include "cpuidle.h" header file

The following build warning is seen with W=1:

warning: no previous prototype for ‘imx5_cpuidle_init’
[-Wmissing-prototypes] int __init imx5_cpuidle_init(void)

Fix this warning by including "cpuidle.h".

Signed-off-by: Marco Franchi <marco.franchi@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/cpuidle-imx5.c