The patch titled Subject: drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static has been added to the -mm tree. Its filename is drivers-rtc-rtc-pm8xxxc-make-pm8xxx_rtc_pm_ops-static.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Navin P <zicrim@xxxxxxxxx> Subject: drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static Signed-off-by: Navin P <zicrim@xxxxxxxxx> Cc: Alessandro Zummo <a.zummo@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/rtc/rtc-pm8xxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/rtc/rtc-pm8xxx.c~drivers-rtc-rtc-pm8xxxc-make-pm8xxx_rtc_pm_ops-static drivers/rtc/rtc-pm8xxx.c --- a/drivers/rtc/rtc-pm8xxx.c~drivers-rtc-rtc-pm8xxxc-make-pm8xxx_rtc_pm_ops-static +++ a/drivers/rtc/rtc-pm8xxx.c @@ -520,7 +520,7 @@ static int pm8xxx_rtc_suspend(struct 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, _ Subject: Subject: drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static Patches currently in -mm which might be from zicrim@xxxxxxxxx are drivers-rtc-rtc-pm8xxxc-make-pm8xxx_rtc_pm_ops-static.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html