firmware: qcom_scm: Convert all symbols to EXPORT_SYMBOL_GPL
authorGuru Das Srinagesh <quic_gurus@quicinc.com>
Fri, 28 Jul 2023 00:42:48 +0000 (17:42 -0700)
committerBjorn Andersson <andersson@kernel.org>
Fri, 28 Jul 2023 03:29:06 +0000 (20:29 -0700)
commit2784e3b0cc028f5f996e7b86ea6fbaf13b5f23d8
treed533876e6bf0405a0cc62d4ac0318d3b5c167c7a
parent2f17bea81aff53155689de776e52328f82bf603c
firmware: qcom_scm: Convert all symbols to EXPORT_SYMBOL_GPL

The `qcom_scm` module is GPL v2-licenced and so there is no reason why
the APIs it exports should not be, too.

Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
Reviewed-by: Trilok Soni <quic_tsoni@quicinc.com>
Link: https://lore.kernel.org/r/19d9ac0bf79f957574ef9b3b73246ea0113cc0fd.1690503893.git.quic_gurus@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/firmware/qcom_scm.c