提交 33ee97f8 编写于 作者: C Cristian Marussi 提交者: Sudeep Holla

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.comSigned-off-by: NCristian Marussi <cristian.marussi@arm.com>
Signed-off-by: NSudeep Holla <sudeep.holla@arm.com>
上级 02c003cc
......@@ -258,7 +258,7 @@ struct scmi_event_header {
u8 evt_id;
size_t payld_sz;
u8 payld[];
} __packed;
};
struct scmi_registered_event;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册