]> git.baikalelectronics.ru Git - kernel.git/commit
s390/dasd: remove dasd_fba_probe() wrapper
authorJulian Wiedmann <jwi@linux.ibm.com>
Tue, 16 Mar 2021 09:45:12 +0000 (10:45 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Mar 2021 14:31:00 +0000 (08:31 -0600)
commita6cb8e83591e415e980bfe46c42dbbed15a33466
tree9b0203c0feecabd0ca463cf9b85ba84993d39b85
parent155740eb4d33ce3a3ca0d38d270a3f49add1ff95
s390/dasd: remove dasd_fba_probe() wrapper

commit 4e4bb49b0872 ("s390/dasd: Remove unused parameter from
dasd_generic_probe()") allows us to wire the generic callback up
directly, avoiding the additional level of indirection.

While at it also remove the forward declaration for the dasd_fba_driver
struct, it's no longer needed.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com>
Signed-off-by: Stefan Haberland <sth@linux.ibm.com>
Link: https://lore.kernel.org/r/20210316094513.2601218-2-sth@linux.ibm.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/s390/block/dasd_fba.c