ahci: fix the single MSI-X case in ahci_init_one
[cascardo/linux.git] / drivers / rtc / rtc-twl.c
index 2dc787d..176720b 100644 (file)
@@ -462,7 +462,7 @@ out:
        return ret;
 }
 
-static struct rtc_class_ops twl_rtc_ops = {
+static const struct rtc_class_ops twl_rtc_ops = {
        .read_time      = twl_rtc_read_time,
        .set_time       = twl_rtc_set_time,
        .read_alarm     = twl_rtc_read_alarm,