Re: [PATCH] usb: dwc3: qcom: make dwc3_qcom_glue_ops static
From: Konrad Dybcio
Date: Tue Jun 23 2026 - 06:18:26 EST
On 6/23/26 12:00 PM, Ben Dooks wrote:
> The dwc3_qcom_glue_ops is not used outside of the file it is declared in
> , so make it static to avoid the following warning:
Odd to begin a line with a comma>
> drivers/usb/dwc3/dwc3-qcom.c:605:22: warning: symbol 'dwc3_qcom_glue_ops' was not declared. Should it be static?
>
> Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>
> ---
for the change:
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad