mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
s390/raw3270: use __packed instead of __attribute__((packed))
Signed-off-by: Sven Schnelle <svens@linux.ibm.com> Acked-by: Heiko Carstens <hca@linux.ibm.com> Tested-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
committed by
Heiko Carstens
parent
65b77ccb1e
commit
562baff577
@@ -385,7 +385,7 @@ struct raw3270_ua { /* Query Reply structure for Usable Area */
|
||||
char ymin;
|
||||
char xmax;
|
||||
char ymax;
|
||||
} __attribute__ ((packed)) uab;
|
||||
} __packed uab;
|
||||
struct { /* Alternate Usable Area Self-Defining Parameter */
|
||||
char l; /* Length of this Self-Defining Parm */
|
||||
char sdpid; /* 0x02 if Alternate Usable Area */
|
||||
@@ -398,8 +398,8 @@ struct raw3270_ua { /* Query Reply structure for Usable Area */
|
||||
int auayr;
|
||||
char awauai;
|
||||
char ahauai;
|
||||
} __attribute__ ((packed)) aua;
|
||||
} __attribute__ ((packed));
|
||||
} __packed aua;
|
||||
} __packed;
|
||||
|
||||
static void raw3270_size_device_vm(struct raw3270 *rp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user