aboutsummaryrefslogtreecommitdiffstats
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, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tango/pm.h b/arch/arm/mach-tango/pm.h
deleted file mode 100644
index 35ea705a0ee2..000000000000
--- a/arch/arm/mach-tango/pm.h
+++ /dev/null
@@ -1,7 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-
-#ifdef CONFIG_SUSPEND
-void __init tango_pm_init(void);
-#else
-#define tango_pm_init NULL
-#endif