s390/kdump: get rid of compile warning
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Mon, 10 Jun 2019 15:22:38 +0000 (17:22 +0200)
committerHeiko Carstens <heiko.carstens@de.ibm.com>
Tue, 11 Jun 2019 07:48:39 +0000 (09:48 +0200)
commit2980ba6ae8ca558ff06155f17cf7139256e7d9ac
tree8af1d97db968a008e8bc5ee3718bf2b86df526bd
parenteec0a43ddd3667bec3d1dfccb75df69ba6fce331
s390/kdump: get rid of compile warning

Move the CONFIG_CRASH_DUMP ifdef to get rid of this:

arch/s390/kernel/machine_kexec.c:146:22: warning: 'do_start_kdump' defined but not used [-Wunused-function]

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
arch/s390/kernel/machine_kexec.c