Make qcom_scm_call, qcom_scm_call_atomic and associated types accessible
to other modules.
Generally all the qcom_scm calls are a part of qcom_scm.c. I think it is better to make qseecom_scm_call a part qcom_scm.c (as we were previously doing) rather than exporting the core function.
If you wish to limit the kernel bloat, you can split the qcom_scm into per-driver backend and add Kconfig symbols to limit the impact. However I think that these functions are pretty small to justify the effort.
Signed-off-by: Maximilian Luz <luzmaximilian@xxxxxxxxx>