Struct sclp_facilities is only used within the guest to keep the facility information. Nothing bad should happen when the struct size changes in the future. Suggested-by: Janosch Frank Signed-off-by: Christoph Schlameuss Reviewed-by: Janosch Frank Reviewed-by: Nico Boehr --- lib/s390x/sclp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/s390x/sclp.h b/lib/s390x/sclp.h index 22f120d1b7ea..42a2f2e9f25a 100644 --- a/lib/s390x/sclp.h +++ b/lib/s390x/sclp.h @@ -132,7 +132,6 @@ struct sclp_facilities { uint64_t has_kss : 1; uint64_t has_pfmfi : 1; uint64_t has_ibs : 1; - uint64_t : 64 - 15; }; /* bit number within a certain byte */ -- 2.53.0