projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f6e5f9
)
drivers/rtc/rtc-pm8xxx.c: make pm8xxx_rtc_pm_ops static
author
Navin P
<zicrim@gmail.com>
Fri, 23 Mar 2012 22:02:34 +0000
(15:02 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:39 +0000
(16:58 -0700)
Signed-off-by: Navin P <zicrim@gmail.com>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-pm8xxx.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/rtc/rtc-pm8xxx.c
b/drivers/rtc/rtc-pm8xxx.c
index 9f1d6bcbdf6cf0ffc9403be3ea380e9f58d14774..d00bd24342a311555cb35f444296cddfb27bf408 100644
(file)
--- 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,