Browse Source

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>
Fabio Estevam 12 years ago
parent
commit
7543360721
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/arm/mach-mxs/pm.c

+ 1 - 0
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)
 {