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, 0 insertions, 10 deletions
diff --git a/arch/s390/include/asm/suspend.h b/arch/s390/include/asm/suspend.h
deleted file mode 100644
index dc75c616eaf..00000000000
--- a/arch/s390/include/asm/suspend.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef __ASM_S390_SUSPEND_H
-#define __ASM_S390_SUSPEND_H
-
-static inline int arch_prepare_suspend(void)
-{
- return 0;
-}
-
-#endif
-