mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
usb: dwc3: qcom: make dwc3_qcom_glue_ops static
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: 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@codethink.co.uk> Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Link: https://patch.msgid.link/20260623100000.718126-1-ben.dooks@codethink.co.uk Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7c87ef27af
commit
f23526d9cd
|
|
@ -602,7 +602,7 @@ static void dwc3_qcom_run_stop_notifier(struct dwc3 *dwc, bool is_on)
|
|||
pm_runtime_mark_last_busy(qcom->dev);
|
||||
}
|
||||
|
||||
struct dwc3_glue_ops dwc3_qcom_glue_ops = {
|
||||
static struct dwc3_glue_ops dwc3_qcom_glue_ops = {
|
||||
.pre_set_role = dwc3_qcom_set_role_notifier,
|
||||
.pre_run_stop = dwc3_qcom_run_stop_notifier,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user