projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[PATCH] Fix sparse annotation of spin unlock macros in one case
[linux-2.6]
/
drivers
/
rtc
/
rtc-pcf8583.c
diff --git
a/drivers/rtc/rtc-pcf8583.c
b/drivers/rtc/rtc-pcf8583.c
index
b235a30
..
5875ebb
100644
(file)
--- a/
drivers/rtc/rtc-pcf8583.c
+++ b/
drivers/rtc/rtc-pcf8583.c
@@
-273,7
+273,7
@@
static int pcf8583_rtc_set_time(struct device *dev, struct rtc_time *tm)
return ret;
}
-static struct rtc_class_ops pcf8583_rtc_ops = {
+static
const
struct rtc_class_ops pcf8583_rtc_ops = {
.read_time = pcf8583_rtc_read_time,
.set_time = pcf8583_rtc_set_time,
};