Commit 03f840c4 authored by Wan Jiabing's avatar Wan Jiabing Committed by Sudeep Holla

firmware: arm_scmi: Remove duplicate declaration of struct scmi_protocol_handle

struct scmi_protocol_handle is declared twice, let us remove the duplicate
declaration.

Link: https://lore.kernel.org/r/20210427033031.4580-1-wanjiabing@vivo.comReviewed-by: default avatarCristian Marussi <cristian.marussi@arm.com>
Signed-off-by: default avatarWan Jiabing <wanjiabing@vivo.com>
[sudeep.holla: minor updates to the title and the changelog]
Signed-off-by: default avatarSudeep Holla <sudeep.holla@arm.com>
parent d9cd78ed
...@@ -79,8 +79,6 @@ struct scmi_protocol_events { ...@@ -79,8 +79,6 @@ struct scmi_protocol_events {
int scmi_notification_init(struct scmi_handle *handle); int scmi_notification_init(struct scmi_handle *handle);
void scmi_notification_exit(struct scmi_handle *handle); void scmi_notification_exit(struct scmi_handle *handle);
struct scmi_protocol_handle;
int scmi_register_protocol_events(const struct scmi_handle *handle, u8 proto_id, int scmi_register_protocol_events(const struct scmi_handle *handle, u8 proto_id,
const struct scmi_protocol_handle *ph, const struct scmi_protocol_handle *ph,
const struct scmi_protocol_events *ee); const struct scmi_protocol_events *ee);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment