summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tango/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tango/pm.h')
-rw-r--r--arch/arm/mach-tango/pm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-tango/pm.h b/arch/arm/mach-tango/pm.h
new file mode 100644
index 000000000000..35ea705a0ee2
--- /dev/null
+++ b/arch/arm/mach-tango/pm.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+
+#ifdef CONFIG_SUSPEND
+void __init tango_pm_init(void);
+#else
+#define tango_pm_init NULL
+#endif