diff options
author | Gaosheng Cui <[email protected]> | 2022-09-11 17:29:12 +0800 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-09-13 15:14:54 -0500 |
commit | e66fee7519ad5eb82de2fe03682e056757216a0c (patch) | |
tree | 5344cd27fed350bc44a0a53bacbcb4806c3aa565 | |
parent | bcd8868b1d84d91409b0c8a3daa3d04dc1733b37 (diff) |
firmware: qcom: scm: remove unused __qcom_scm_init declaration
__qcom_scm_init has been removed since
commit 9a434cee773a ("firmware: qcom_scm: Dynamically support
SMCCC and legacy conventions"), so remove it.
Signed-off-by: Gaosheng Cui <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | drivers/firmware/qcom_scm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/firmware/qcom_scm.h b/drivers/firmware/qcom_scm.h index 0d51eef2472f..db3d08a01209 100644 --- a/drivers/firmware/qcom_scm.h +++ b/drivers/firmware/qcom_scm.h @@ -129,8 +129,6 @@ extern int scm_legacy_call(struct device *dev, const struct qcom_scm_desc *desc, #define QCOM_SCM_SMMU_CONFIG_ERRATA1 0x03 #define QCOM_SCM_SMMU_CONFIG_ERRATA1_CLIENT_ALL 0x02 -extern void __qcom_scm_init(void); - /* common error codes */ #define QCOM_SCM_V2_EBUSY -12 #define QCOM_SCM_ENOMEM -5 |