diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-08-27 15:50:29 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 15:44:54 +0200 |
commit | 48a8ca03f8fd49a4d0c0c8843d4f5a7008dc2656 (patch) | |
tree | f37ca12eb5023298aa045b19d019310b611c9215 /arch/s390/kernel/crash.c | |
parent | 1c725922dd8274b6e0b370ad33cfaef9013fd70b (diff) | |
download | op-kernel-dev-48a8ca03f8fd49a4d0c0c8843d4f5a7008dc2656.zip op-kernel-dev-48a8ca03f8fd49a4d0c0c8843d4f5a7008dc2656.tar.gz |
s390/kexec: move machine_crash_shutdown() to machine_kexec.c
machine_crash_shutdown() was the only function in crash.c.
So move the function and delete one file.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/kernel/crash.c')
-rw-r--r-- | arch/s390/kernel/crash.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/s390/kernel/crash.c b/arch/s390/kernel/crash.c deleted file mode 100644 index 3819153..0000000 --- a/arch/s390/kernel/crash.c +++ /dev/null @@ -1,14 +0,0 @@ -/* - * Copyright IBM Corp. 2005 - * - * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com> - * - */ - -#include <linux/threads.h> -#include <linux/kexec.h> -#include <linux/reboot.h> - -void machine_crash_shutdown(struct pt_regs *regs) -{ -} |