Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aa19689b authored by Navin P's avatar Navin P Committed by Linus Torvalds
Browse files

drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static



Signed-off-by: default avatarNavin P <zicrim@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 2f6e5f94
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -520,7 +520,7 @@ static int pm8xxx_rtc_suspend(struct device *dev)
}
}
#endif
#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 = {
static struct platform_driver pm8xxx_rtc_driver = {
	.probe		= pm8xxx_rtc_probe,
	.probe		= pm8xxx_rtc_probe,