From: Heiko Carstens Date: Mon, 24 Jul 2023 15:20:28 +0000 (+0200) Subject: s390/pfault: remove not needed packed and aligned attributes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5b6eef58f88810b8e641d8d32d24041fa20e016;p=linux.git s390/pfault: remove not needed packed and aligned attributes struct pfault_refbk is naturally packed and aligned; remove not needed packed and aligned attributes. Reviewed-by: Sven Schnelle Signed-off-by: Heiko Carstens --- diff --git a/arch/s390/mm/pfault.c b/arch/s390/mm/pfault.c index 05865e5616b24..e1c8cc14575d1 100644 --- a/arch/s390/mm/pfault.c +++ b/arch/s390/mm/pfault.c @@ -37,7 +37,7 @@ struct pfault_refbk { u64 refselmk; u64 refcmpmk; u64 reserved; -} __attribute__ ((packed, aligned(8))); +}; static struct pfault_refbk pfault_init_refbk = { .refdiagc = 0x258,