ARM: mach-imx: gpc: Include "common.h"
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 25 Mar 2013 12:20:42 +0000 (09:20 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:17:52 +0000 (16:17 +0800)
commit9a67a6fd36fea1ab360249e4b7ef2d29d3e2fac8
tree0b2358ba58adc2cb6fe463b1fa96a403edba50bd
parentae00ac76faf51dcb9f9a8cda341ae4e6829314e6
ARM: mach-imx: gpc: Include "common.h"

Fix the following sparse warnings:

arch/arm/mach-imx/gpc.c:29:6: warning: symbol 'imx_gpc_pre_suspend' was not declared. Should it be static?
arch/arm/mach-imx/gpc.c:43:6: warning: symbol 'imx_gpc_post_resume' was not declared. Should it be static?
arch/arm/mach-imx/gpc.c:71:6: warning: symbol 'imx_gpc_mask_all' was not declared. Should it be static?
arch/arm/mach-imx/gpc.c:83:6: warning: symbol 'imx_gpc_restore_all' was not declared. Should it be static?
arch/arm/mach-imx/gpc.c:122:13: warning: symbol 'imx_gpc_init' was not declared. Should it be static?

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/gpc.c
This page took 0.032129 seconds and 5 git commands to generate.