Loading drivers/rtc/rtc-pm8xxx.c +1 −1 Original line number Diff line number Diff line Loading @@ -520,7 +520,7 @@ static int pm8xxx_rtc_suspend(struct device *dev) } #endif SIMPLE_DEV_PM_OPS(pm8xxx_rtc_pm_ops, pm8xxx_rtc_suspend, pm8xxx_rtc_resume); static SIMPLE_DEV_PM_OPS(pm8xxx_rtc_pm_ops, pm8xxx_rtc_suspend, pm8xxx_rtc_resume); static struct platform_driver pm8xxx_rtc_driver = { .probe = pm8xxx_rtc_probe, Loading Loading
drivers/rtc/rtc-pm8xxx.c +1 −1 Original line number Diff line number Diff line Loading @@ -520,7 +520,7 @@ static int pm8xxx_rtc_suspend(struct device *dev) } #endif SIMPLE_DEV_PM_OPS(pm8xxx_rtc_pm_ops, pm8xxx_rtc_suspend, pm8xxx_rtc_resume); static SIMPLE_DEV_PM_OPS(pm8xxx_rtc_pm_ops, pm8xxx_rtc_suspend, pm8xxx_rtc_resume); static struct platform_driver pm8xxx_rtc_driver = { .probe = pm8xxx_rtc_probe, Loading