Loading drivers/tty/serial/msm_geni_serial.c +1 −0 Original line number Diff line number Diff line Loading @@ -3282,6 +3282,7 @@ static const struct dev_pm_ops msm_geni_serial_pm_ops = { .resume_noirq = msm_geni_serial_sys_resume_noirq, .freeze = msm_geni_serial_sys_suspend_noirq, .restore = msm_geni_serial_sys_hib_resume_noirq, .thaw = msm_geni_serial_sys_hib_resume_noirq, }; static int msm_geni_serial_ssr_down(struct device *dev) Loading Loading
drivers/tty/serial/msm_geni_serial.c +1 −0 Original line number Diff line number Diff line Loading @@ -3282,6 +3282,7 @@ static const struct dev_pm_ops msm_geni_serial_pm_ops = { .resume_noirq = msm_geni_serial_sys_resume_noirq, .freeze = msm_geni_serial_sys_suspend_noirq, .restore = msm_geni_serial_sys_hib_resume_noirq, .thaw = msm_geni_serial_sys_hib_resume_noirq, }; static int msm_geni_serial_ssr_down(struct device *dev) Loading