diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2009-09-11 10:28:36 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2009-09-11 10:29:44 +0200 |
commit | f3d1263e81daf2be1353baf1ad3f6e25d135f2c5 (patch) | |
tree | ae307a675ee4e367496169cebea91d4635f6ca1f /arch/s390/power/Makefile | |
parent | bfe3349b516df011dcf6462b0fd748a6f5c2e8af (diff) | |
download | linux-3.10-f3d1263e81daf2be1353baf1ad3f6e25d135f2c5.tar.gz linux-3.10-f3d1263e81daf2be1353baf1ad3f6e25d135f2c5.tar.bz2 linux-3.10-f3d1263e81daf2be1353baf1ad3f6e25d135f2c5.zip |
[S390] hibernation: remove dead file
There is no caller of do_after_copyback() anywhere. Remove it.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/power/Makefile')
-rw-r--r-- | arch/s390/power/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/power/Makefile b/arch/s390/power/Makefile index 973bb45a8fe..ee2f279beff 100644 --- a/arch/s390/power/Makefile +++ b/arch/s390/power/Makefile @@ -4,5 +4,4 @@ obj-$(CONFIG_HIBERNATION) += suspend.o obj-$(CONFIG_HIBERNATION) += swsusp.o -obj-$(CONFIG_HIBERNATION) += swsusp_64.o obj-$(CONFIG_HIBERNATION) += swsusp_asm64.o |