aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/include/asm/suspend.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/s390/include/asm/suspend.h')
-rw-r--r--arch/s390/include/asm/suspend.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/s390/include/asm/suspend.h b/arch/s390/include/asm/suspend.h
new file mode 100644
index 00000000000..dc75c616eaf
--- /dev/null
+++ b/arch/s390/include/asm/suspend.h
@@ -0,0 +1,10 @@
+#ifndef __ASM_S390_SUSPEND_H
+#define __ASM_S390_SUSPEND_H
+
+static inline int arch_prepare_suspend(void)
+{
+ return 0;
+}
+
+#endif
+