commit | 6825f17c950ca5691a057fa71bb1b649b7434014 | [log] [tgz] |
---|---|---|
author | Sudeep Holla <sudeep.holla@arm.com> | Tue Jun 23 15:33:57 2020 +0100 |
committer | Sudeep Holla <sudeep.holla@arm.com> | Mon Sep 14 07:30:36 2020 +0100 |
tree | 0e7980b0fdcb00824f0a46f9100c5b1a42a216e6 | |
parent | 6ed6c558234f0b6c22e47a3c2feddce3d02324dd [diff] |
firmware: smccc: Export both smccc functions We need to export both arm_smccc_1_1_get_conduit and arm_smccc_get_version to allow several modules make use of them. Arm FFA, Arm SCMI and PTP drivers are few drivers that are planning to use these functions. Let us export them in preparation to add support for SCMI as module. Link: https://lore.kernel.org/r/20200907195046.56615-2-sudeep.holla@arm.com Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>