Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3d1263e authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky
Browse files

[S390] hibernation: remove dead file



There is no caller of do_after_copyback() anywhere. Remove it.

Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent bfe3349b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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

arch/s390/power/swsusp_64.c

deleted100644 → 0
+0 −17
Original line number Diff line number Diff line
/*
 * Support for suspend and resume on s390
 *
 * Copyright IBM Corp. 2009
 *
 * Author(s): Hans-Joachim Picht <hans@linux.vnet.ibm.com>
 *
 */

#include <asm/system.h>
#include <linux/interrupt.h>

void do_after_copyback(void)
{
	mb();
}