s390/qdio: make SBAL address array type-safe
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 28 Jan 2019 15:11:13 +0000 (16:11 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 7 Feb 2019 10:57:07 +0000 (11:57 +0100)
commitbdf117674ef14664f7d943b141e3b366dee2fea0
treef11f6ed28574ddf0cbb531b92bc5823f12be3fdb
parentcfbb4a7ab6bd5df7aca826b92ebb3565efd3d801
s390/qdio: make SBAL address array type-safe

There is no need to use void pointers, all drivers are in agreement
about the underlying data structure of the SBAL arrays.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Reviewed-by: Benjamin Block <bblock@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/qdio.h
drivers/s390/cio/qdio_setup.c
drivers/s390/net/qeth_core_main.c
drivers/s390/scsi/zfcp_qdio.c