projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c4eae6
)
drivers/rtc/rtc-mc13xxx.c: make mc13xxx_rtc_idtable static
author
Axel Lin
<
[email protected]
>
Tue, 10 Jan 2012 23:10:52 +0000
(15:10 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 11 Jan 2012 00:30:53 +0000
(16:30 -0800)
Signed-off-by: Axel Lin <
[email protected]
>
Acked-by: Uwe Kleine-König <
[email protected]
>
Cc: Alessandro Zummo <
[email protected]
>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/rtc/rtc-mc13xxx.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-mc13xxx.c
b/drivers/rtc/rtc-mc13xxx.c
index 9d0c3b478d558eb42279c6598e04f0d8e91a6695..546f6850bffbd9d0a9f884528b36d81296a08110 100644
(file)
--- a/
drivers/rtc/rtc-mc13xxx.c
+++ b/
drivers/rtc/rtc-mc13xxx.c
@@
-399,7
+399,7
@@
static int __exit mc13xxx_rtc_remove(struct platform_device *pdev)
return 0;
}
-const struct platform_device_id mc13xxx_rtc_idtable[] = {
+
static
const struct platform_device_id mc13xxx_rtc_idtable[] = {
{
.name = "mc13783-rtc",
}, {