1
0
Fork 0

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>
hifive-unleashed-5.1
Fabio Estevam 2013-07-16 10:32:39 -03:00 committed by Shawn Guo
parent f71f2e95d0
commit 7543360721
1 changed files with 1 additions and 0 deletions

View File

@ -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)
{