mirror of https://gitee.com/openkylin/linux.git
firmware: arm_scmi: Remove unneeded __packed attribute
Remove __packed attribute from struct scmi_event_header. Link: https://lore.kernel.org/r/20200710133919.39792-2-cristian.marussi@arm.com Signed-off-by: Cristian Marussi <cristian.marussi@arm.com> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
This commit is contained in:
parent
02c003cc18
commit
33ee97f823
|
@ -258,7 +258,7 @@ struct scmi_event_header {
|
|||
u8 evt_id;
|
||||
size_t payld_sz;
|
||||
u8 payld[];
|
||||
} __packed;
|
||||
};
|
||||
|
||||
struct scmi_registered_event;
|
||||
|
||||
|
|
Loading…
Reference in New Issue