X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=drivers%2Frtc%2Frtc-rs5c348.c;h=f50f3fc353cd64be4845c8dcc90bfd6eeb7cc877;hb=d0afa579698f33a65bc5c21d3d667dbb46f9e440;hp=25589061f9310d6555d729205b09490982c19132;hpb=13c73f045f2ac33219729678f4a9389d4ccab799;p=linux-2.6-omap-h63xx.git diff --git a/drivers/rtc/rtc-rs5c348.c b/drivers/rtc/rtc-rs5c348.c index 25589061f93..f50f3fc353c 100644 --- a/drivers/rtc/rtc-rs5c348.c +++ b/drivers/rtc/rtc-rs5c348.c @@ -140,7 +140,7 @@ rs5c348_rtc_read_time(struct device *dev, struct rtc_time *tm) return 0; } -static struct rtc_class_ops rs5c348_rtc_ops = { +static const struct rtc_class_ops rs5c348_rtc_ops = { .read_time = rs5c348_rtc_read_time, .set_time = rs5c348_rtc_set_time, };