[<prev] [next>] [day] [month] [year] [list]
Message-ID: <4E7F0D85.9020001@gmail.com>
Date: Sun, 25 Sep 2011 16:46:21 +0530
From: Navin P <zicrim@...il.com>
To: linux-kernel@...r.kernel.org
CC: a.zummo@...ertech.it, rtc-linux@...glegroups.com,
aghayal@...eaurora.org
Subject: [PATCH] Add static keyword for rtc-pm8xxx.c
Add static keyword as pm8xxx_rtc_pm_ops is not used outside this file.
Maintain consistency with other files
Signed-off-by: Navin P <zicrim@...il.com>
---
drivers/rtc/rtc-pm8xxx.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/rtc/rtc-pm8xxx.c b/drivers/rtc/rtc-pm8xxx.c
index d420e9d..c9c5ee1 100644
--- a/drivers/rtc/rtc-pm8xxx.c
+++ b/drivers/rtc/rtc-pm8xxx.c
@@ -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,
--
1.7.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists