]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/s390/kernel/crash.c
[S390] Get rid of a lot of sparse warnings.
[mirror_ubuntu-hirsute-kernel.git] / arch / s390 / kernel / crash.c
CommitLineData
cf13f0ea
HC
1/*
2 * arch/s390/kernel/crash.c
3 *
4 * (C) Copyright IBM Corp. 2005
5 *
6 * Author(s): Heiko Carstens <heiko.carstens@de.ibm.com>
7 *
8 */
9
10#include <linux/threads.h>
11#include <linux/kexec.h>
2b67fc46 12#include <linux/reboot.h>
cf13f0ea 13
6e274d14 14void machine_crash_shutdown(struct pt_regs *regs)
cf13f0ea
HC
15{
16}