From: Vasily Gorbik Date: Tue, 3 Apr 2018 14:04:21 +0000 (+0200) Subject: s390/ipl: remove non-existing functions declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0649685073422af82ab8e7d9119b9991403851a6;p=linux.git s390/ipl: remove non-existing functions declaration do_reipl, do_halt and do_poff are not defined anywhere. Cleaning up functions declaration. Reviewed-by: Heiko Carstens Signed-off-by: Vasily Gorbik Signed-off-by: Martin Schwidefsky --- diff --git a/arch/s390/include/asm/ipl.h b/arch/s390/include/asm/ipl.h index b218019ff8f3c..cbc3e0945d7e1 100644 --- a/arch/s390/include/asm/ipl.h +++ b/arch/s390/include/asm/ipl.h @@ -88,9 +88,6 @@ void __init save_area_add_regs(struct save_area *, void *regs); void __init save_area_add_vxrs(struct save_area *, __vector128 *vxrs); extern void s390_reset_system(void); -extern void do_reipl(void); -extern void do_halt(void); -extern void do_poff(void); extern void ipl_store_parameters(void); extern size_t append_ipl_vmparm(char *, size_t); extern size_t append_ipl_scpdata(char *, size_t);