ARM: mxs: pm: Include "pm.h"
authorFabio Estevam <fabio.estevam@freescale.com>
Tue, 16 Jul 2013 13:32:39 +0000 (10:32 -0300)
committerShawn 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

index b2494d2db2c4bc0753b96956b97cf49f6703039d..0170e99fd70fd4c0947fbd4578ccbcad2c312a5e 100644 (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)
 {
This page took 0.024695 seconds and 5 git commands to generate.