Re: [PATCH v6 07/14] soc: qcom: mdtloader: Remove qcom_mdt_pas_init() from exported symbols
From: Konrad Dybcio
Date: Fri Nov 07 2025 - 05:07:58 EST
On 11/4/25 8:35 AM, Mukesh Ojha wrote:
> qcom_mdt_pas_init() was previously used only by the remoteproc driver
> (drivers/remoteproc/qcom_q6v5_pas.c). Since that driver has now
> transitioned to using PAS context-based qcom_mdt_pas_load() function,
> making qcom_mdt_pas_init() obsolete for external use.
>
> Removes qcom_mdt_pas_init() from the list of exported symbols and make
> it static to limit its scope to internal use within mdtloader.
>
> Signed-off-by: Mukesh Ojha <mukesh.ojha@xxxxxxxxxxxxxxxx>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad