Loading drivers/soc/qcom/watchdog_v2.c +2 −3 Original line number Diff line number Diff line /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -922,8 +922,7 @@ static int msm_watchdog_probe(struct platform_device *pdev) } static const struct dev_pm_ops msm_watchdog_dev_pm_ops = { .suspend_noirq = msm_watchdog_suspend, .resume_noirq = msm_watchdog_resume, SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(msm_watchdog_suspend, msm_watchdog_resume) }; static struct platform_driver msm_watchdog_driver = { Loading Loading
drivers/soc/qcom/watchdog_v2.c +2 −3 Original line number Diff line number Diff line /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -922,8 +922,7 @@ static int msm_watchdog_probe(struct platform_device *pdev) } static const struct dev_pm_ops msm_watchdog_dev_pm_ops = { .suspend_noirq = msm_watchdog_suspend, .resume_noirq = msm_watchdog_resume, SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(msm_watchdog_suspend, msm_watchdog_resume) }; static struct platform_driver msm_watchdog_driver = { Loading