diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/s390/kernel/crash.c')
-rw-r--r-- | ANDROID_3.4.5/arch/s390/kernel/crash.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ANDROID_3.4.5/arch/s390/kernel/crash.c b/ANDROID_3.4.5/arch/s390/kernel/crash.c deleted file mode 100644 index 8cc7c9fa..00000000 --- a/ANDROID_3.4.5/arch/s390/kernel/crash.c +++ /dev/null @@ -1,16 +0,0 @@ -/* - * arch/s390/kernel/crash.c - * - * (C) 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) -{ -} |