commit | 97b93dda31493acdad87c522c59e9c2de9aaf2be | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Wed May 09 17:52:06 2018 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Thu May 10 10:51:58 2018 +0100 |
tree | 453600c5048dbdebea106a595b255f240fe15b8b | |
parent | 14e297b3b896422b6c476f0a850c932c0e09b0e4 [diff] |
firmware: arm_scmi: drop unused `con_priv` structure member Initially con_priv was supposedly used for transport specific data when the SCMI driver had an abstraction to communicate with different mailbox controllers. But after some discussions, the idea was dropped but this variable slipped through the cracks. This patch gets rid of this unused variable. Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>