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>tirimbino
parent
1c725922dd
commit
48a8ca03f8
@ -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) |
||||
{ |
||||
} |
Loading…
Reference in new issue