projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71f2e9
)
ARM: mxs: pm: Include "pm.h"
author
Fabio Estevam
<fabio.estevam@freescale.com>
Tue, 16 Jul 2013 13:32:39 +0000
(10:32 -0300)
committer
Shawn Guo
<shawn.guo@linaro.org>
Sun, 18 Aug 2013 08:34:57 +0000
(16:34 +0800)
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>
arch/arm/mach-mxs/pm.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-mxs/pm.c
b/arch/arm/mach-mxs/pm.c
index b2494d2db2c4bc0753b96956b97cf49f6703039d..0170e99fd70fd4c0947fbd4578ccbcad2c312a5e 100644
(file)
--- 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)
{