projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46481d
)
drivers/rtc/rtc-jz4740.c: make jz4740_rtc_driver static
author
Axel Lin
<axel.lin@gmail.com>
Tue, 10 Jan 2012 23:10:55 +0000
(15:10 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Wed, 11 Jan 2012 00:30:53 +0000
(16:30 -0800)
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Cc: Lars-Peter Clausen <lars@metafoo.de>
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-jz4740.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/rtc/rtc-jz4740.c
b/drivers/rtc/rtc-jz4740.c
index 1481e362773ef5f28c6e93d61462a14b29505e61..05ab227eeff725aaa11761990fc520de9b71ce07 100644
(file)
--- a/
drivers/rtc/rtc-jz4740.c
+++ b/
drivers/rtc/rtc-jz4740.c
@@
-345,7
+345,7
@@
static const struct dev_pm_ops jz4740_pm_ops = {
#define JZ4740_RTC_PM_OPS NULL
#endif /* CONFIG_PM */
-struct platform_driver jz4740_rtc_driver = {
+st
atic st
ruct platform_driver jz4740_rtc_driver = {
.probe = jz4740_rtc_probe,
.remove = __devexit_p(jz4740_rtc_remove),
.driver = {