This is a simple and straight forward cleanup series that aims to make the class structures in s390 constant. This has been possible since 2023 [1]. [1]: https://lore.kernel.org/all/2023040248-customary-release-4aec@gregkh/ Signed-off-by: Ricardo B. Marliere <ricardo@xxxxxxxxxxxx> --- Ricardo B. Marliere (6): s390: zcrypt: make zcrypt_class constant s390: vmur: make vmur_class constant s390: vmlogrdr: make vmlogrdr_class constant s390: tape: make tape_class constant s390: raw3270: improve raw3270_init() readability s390: raw3270: make class3270 constant drivers/s390/char/fs3270.c | 8 ++++---- drivers/s390/char/raw3270.c | 32 ++++++++++++++++++++------------ drivers/s390/char/raw3270.h | 2 +- drivers/s390/char/tape_class.c | 17 ++++++++--------- drivers/s390/char/vmlogrdr.c | 19 +++++++++---------- drivers/s390/char/vmur.c | 18 +++++++++--------- drivers/s390/crypto/zcrypt_api.c | 33 +++++++++++++++++---------------- 7 files changed, 68 insertions(+), 61 deletions(-) --- base-commit: 6a42aaf8e867f4876370c3d482ee0c21769dff58 change-id: 20240305-class_cleanup-s390-d57f7ccc15c9 Best regards, -- Ricardo B. Marliere <ricardo@xxxxxxxxxxxx>