From c5b6eef58f88810b8e641d8d32d24041fa20e016 Mon Sep 17 00:00:00 2001
From: Heiko Carstens <hca@linux.ibm.com>
Date: Mon, 24 Jul 2023 17:20:28 +0200
Subject: [PATCH] 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 <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
---
 arch/s390/mm/pfault.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,
-- 
GitLab