aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mxs/pm.h')
-rw-r--r--arch/arm/mach-mxs/pm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/pm.h b/arch/arm/mach-mxs/pm.h
index f57e7cdece2..09d77b00a96 100644
--- a/arch/arm/mach-mxs/pm.h
+++ b/arch/arm/mach-mxs/pm.h
@@ -9,6 +9,10 @@
#ifndef __ARCH_MXS_PM_H
#define __ARCH_MXS_PM_H
+#ifdef CONFIG_PM
void mxs_pm_init(void);
+#else
+#define mxs_pm_init NULL
+#endif
#endif