]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/rtc/rtc-pcf8583.c
Pull style into test branch
[linux-2.6-omap-h63xx.git] / drivers / rtc / rtc-pcf8583.c
index b235a30cb6610b67c12f82447ecdb534d5b91e51..5875ebb8c79d9c3070c025860a8a5b1cf428fbec 100644 (file)
@@ -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,
 };