Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
[sfrench/cifs-2.6.git] / arch / arm / mach-tango / pm.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifdef CONFIG_SUSPEND
4 void __init tango_pm_init(void);
5 #else
6 #define tango_pm_init NULL
7 #endif