s390/ipl: remove reipl_method and dump_method
authorVasily Gorbik <gor@linux.ibm.com>
Wed, 4 Apr 2018 14:05:16 +0000 (16:05 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 10 Apr 2018 05:39:00 +0000 (07:39 +0200)
commit96c0cdbc7c60885d65dc8d11a39bbcfd9cc49d03
treebf01e459a1dba82fd226395204c6b865236ef92f
parent3b9678472bab86ae654cf2c18d5dd551558045be
s390/ipl: remove reipl_method and dump_method

reipl_method and dump_method have been used in addition to reipl_type
and dump_type, because a single reipl_type could be achieved with
multiple reipl_method (same for dump_type/method). After dropping
non-diag308_set based reipl methods, there is a single method per
reipl_type/dump_type and reipl_method and dump_method could be simply
removed.

Reviewed-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/ipl.c