ARM: imx6: fix missing <soc/imx/cpuidle.h> in cpuidle-imx6q.c
authorBen Dooks <ben.dooks@codethink.co.uk>
Tue, 21 Jun 2016 12:13:11 +0000 (13:13 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 21 Jun 2016 12:34:46 +0000 (20:34 +0800)
commit47096103ef03b273db250f7ba0fad001767f0c9d
tree021cdc2a4d43d30bb7cbfd46673c9a461948af7b
parentd1e1c31ccd5a807a707c94386d5fa36d18600892
ARM: imx6: fix missing <soc/imx/cpuidle.h> in cpuidle-imx6q.c

The <soc/imx/cpuidle.h> file has declarations of two funcitons
exported from cpuidle-imx6q.c but it is not included. Fix the
following warnings by adding the include:

arch/arm/mach-imx/cpuidle-imx6q.c:71:6: warning: symbol 'imx6q_cpuidle_fec_irqs_used' was not declared. Should it be static?
arch/arm/mach-imx/cpuidle-imx6q.c:76:6: warning: symbol 'imx6q_cpuidle_fec_irqs_unused' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/cpuidle-imx6q.c