fix: quectel_MHI compiling error on mainline

This commit is contained in:
sfwtw 2025-03-20 20:58:10 +08:00
parent 90cda16147
commit fb01e4f9fd

View File

@ -430,6 +430,7 @@ rpm_resume_exit:
return ret;
}
#ifdef CONFIG_PM_SLEEP
static int mhi_system_resume(struct device *dev)
{
int ret = 0;
@ -474,6 +475,7 @@ int mhi_system_suspend(struct device *dev)
return 0;
}
#endif
#endif
/* checks if link is down */
static int mhi_link_status(struct mhi_controller *mhi_cntrl, void *priv)