diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/power/Makefile | 1 | ||||
-rw-r--r-- | arch/s390/power/swsusp_64.c | 17 |
2 files changed, 0 insertions, 18 deletions
diff --git a/arch/s390/power/Makefile b/arch/s390/power/Makefile index 973bb45a8fec..ee2f279beff0 100644 --- a/arch/s390/power/Makefile +++ b/arch/s390/power/Makefile | |||
@@ -4,5 +4,4 @@ | |||
4 | 4 | ||
5 | obj-$(CONFIG_HIBERNATION) += suspend.o | 5 | obj-$(CONFIG_HIBERNATION) += suspend.o |
6 | obj-$(CONFIG_HIBERNATION) += swsusp.o | 6 | obj-$(CONFIG_HIBERNATION) += swsusp.o |
7 | obj-$(CONFIG_HIBERNATION) += swsusp_64.o | ||
8 | obj-$(CONFIG_HIBERNATION) += swsusp_asm64.o | 7 | obj-$(CONFIG_HIBERNATION) += swsusp_asm64.o |
diff --git a/arch/s390/power/swsusp_64.c b/arch/s390/power/swsusp_64.c deleted file mode 100644 index 9516a517d72f..000000000000 --- a/arch/s390/power/swsusp_64.c +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | /* | ||
2 | * Support for suspend and resume on s390 | ||
3 | * | ||
4 | * Copyright IBM Corp. 2009 | ||
5 | * | ||
6 | * Author(s): Hans-Joachim Picht <hans@linux.vnet.ibm.com> | ||
7 | * | ||
8 | */ | ||
9 | |||
10 | #include <asm/system.h> | ||
11 | #include <linux/interrupt.h> | ||
12 | |||
13 | void do_after_copyback(void) | ||
14 | { | ||
15 | mb(); | ||
16 | } | ||
17 | |||