From: Heiko Carstens Date: Fri, 11 Sep 2009 08:28:36 +0000 (+0200) Subject: [S390] hibernation: remove dead file X-Git-Tag: 2.1b_release~11508^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3d1263e81daf2be1353baf1ad3f6e25d135f2c5;p=platform%2Fkernel%2Fkernel-mfld-blackbay.git [S390] hibernation: remove dead file There is no caller of do_after_copyback() anywhere. Remove it. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/power/Makefile b/arch/s390/power/Makefile index 973bb45..ee2f279 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 diff --git a/arch/s390/power/swsusp_64.c b/arch/s390/power/swsusp_64.c deleted file mode 100644 index 9516a51..0000000 --- a/arch/s390/power/swsusp_64.c +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Support for suspend and resume on s390 - * - * Copyright IBM Corp. 2009 - * - * Author(s): Hans-Joachim Picht - * - */ - -#include -#include - -void do_after_copyback(void) -{ - mb(); -} -