firmware: smccc: Export both smccc functions
authorSudeep Holla <sudeep.holla@arm.com>
Tue, 23 Jun 2020 14:33:57 +0000 (15:33 +0100)
committerSudeep Holla <sudeep.holla@arm.com>
Mon, 14 Sep 2020 06:30:36 +0000 (07:30 +0100)
commit6825f17c950ca5691a057fa71bb1b649b7434014
tree0e7980b0fdcb00824f0a46f9100c5b1a42a216e6
parent6ed6c558234f0b6c22e47a3c2feddce3d02324dd
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>
drivers/firmware/smccc/smccc.c