Message ID | 20200417094835.60247-2-sth@linux.ibm.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | s390/dasd: Kconfig patch | expand |
On 4/17/20 3:48 AM, Stefan Haberland wrote: > CONFIG_IOSCHED_DEADLINE was removed with > commit f382fb0bcef4 ("block: remove legacy IO schedulers") > > and setting of the scheduler was removed with > commit a5fd8ddce2af ("s390/dasd: remove setting of scheduler from driver"). > > So get rid of the select. Applied, thanks.
diff --git a/drivers/s390/block/Kconfig b/drivers/s390/block/Kconfig index a8682f69effc..376f1efbbb86 100644 --- a/drivers/s390/block/Kconfig +++ b/drivers/s390/block/Kconfig @@ -26,7 +26,6 @@ config DASD def_tristate y prompt "Support for DASD devices" depends on CCW && BLOCK - select IOSCHED_DEADLINE help Enable this option if you want to access DASDs directly utilizing S/390s channel subsystem commands. This is necessary for running
CONFIG_IOSCHED_DEADLINE was removed with commit f382fb0bcef4 ("block: remove legacy IO schedulers") and setting of the scheduler was removed with commit a5fd8ddce2af ("s390/dasd: remove setting of scheduler from driver"). So get rid of the select. Reported-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Stefan Haberland <sth@linux.ibm.com> --- drivers/s390/block/Kconfig | 1 - 1 file changed, 1 deletion(-)