diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-07-16 10:32:39 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-08-18 16:34:57 +0800 |
commit | 7543360721cfdce687c4b53a03f08f5ba21d4745 (patch) | |
tree | a67dcf4ed62d974cd88344ea76ed75aa44e9d14c /arch/arm/mach-mxs | |
parent | f71f2e95d0ceb4d713e0161196a7283363f181ff (diff) |
ARM: mxs: pm: Include "pm.h"
Fix the following sparse warning:
arch/arm/mach-mxs/pm.c:37:13: warning: symbol 'mxs_pm_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>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r-- | arch/arm/mach-mxs/pm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/pm.c b/arch/arm/mach-mxs/pm.c index b2494d2db2c4..0170e99fd70f 100644 --- a/arch/arm/mach-mxs/pm.c +++ b/arch/arm/mach-mxs/pm.c @@ -15,6 +15,7 @@ #include <linux/kernel.h> #include <linux/suspend.h> #include <linux/io.h> +#include "pm.h" static int mxs_suspend_enter(suspend_state_t state) { |