fix: quectel_MHI compiling error on mainline
This commit is contained in:
parent
90cda16147
commit
fb01e4f9fd
@ -430,6 +430,7 @@ rpm_resume_exit:
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef CONFIG_PM_SLEEP
|
||||||
static int mhi_system_resume(struct device *dev)
|
static int mhi_system_resume(struct device *dev)
|
||||||
{
|
{
|
||||||
int ret = 0;
|
int ret = 0;
|
||||||
@ -474,6 +475,7 @@ int mhi_system_suspend(struct device *dev)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/* checks if link is down */
|
/* checks if link is down */
|
||||||
static int mhi_link_status(struct mhi_controller *mhi_cntrl, void *priv)
|
static int mhi_link_status(struct mhi_controller *mhi_cntrl, void *priv)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user