]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/rtc/rtc-rs5c348.c
Pull vector-domain into release branch
[linux-2.6-omap-h63xx.git] / drivers / rtc / rtc-rs5c348.c
index 25589061f9310d6555d729205b09490982c19132..f50f3fc353cd64be4845c8dcc90bfd6eeb7cc877 100644 (file)
@@ -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,
 };