pc-bios/s390-ccw: Get rid of the the __u* types
commit0c2a6e124228caf776647050cfbba4faedf950fb
authorThomas Huth <thuth@redhat.com>
Tue, 27 Jun 2023 11:41:01 +0000 (27 13:41 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 29 Jun 2023 18:45:12 +0000 (29 20:45 +0200)
tree6376c54640193739969f67172b35a6cad2904edd
parentf7f2f96f33774a32dae2c3d183c6f02aa97639fb
pc-bios/s390-ccw: Get rid of the the __u* types

The types starting with double underscores have likely been
introduced into the s390-ccw bios to be able to re-use structs
from the Linux kernel in the past, but the corresponding structs
in cio.h have been changed there a long time ago already to not
use the variants with the double underscores anymore:

https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/diff/drivers/s390/cio/cio.h?id=cd6b4f27b9bb2a

So it would be good to replace these in the s390-ccw bios now, too.

Message-Id: <20230627114101.122231-1-thuth@redhat.com>
Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com>
Reviewed-by: Eric Farman <farman@linux.ibm.com>
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/cio.h
pc-bios/s390-ccw/s390-ccw.h