]> Git Repo - linux.git/commitdiff
ARM: mxs: pm: Include "pm.h"
authorFabio Estevam <[email protected]>
Tue, 16 Jul 2013 13:32:39 +0000 (10:32 -0300)
committerShawn Guo <[email protected]>
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 <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
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.057681 seconds and 4 git commands to generate.