diff options
Diffstat (limited to 'drivers/rtc/rtc-pl031.c')
-rw-r--r-- | drivers/rtc/rtc-pl031.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-pl031.c b/drivers/rtc/rtc-pl031.c index d6d1c5726b0e..739d1a6e14eb 100644 --- a/drivers/rtc/rtc-pl031.c +++ b/drivers/rtc/rtc-pl031.c | |||
@@ -128,7 +128,7 @@ static int pl031_set_alarm(struct device *dev, struct rtc_wkalrm *alarm) | |||
128 | return 0; | 128 | return 0; |
129 | } | 129 | } |
130 | 130 | ||
131 | static struct rtc_class_ops pl031_ops = { | 131 | static const struct rtc_class_ops pl031_ops = { |
132 | .open = pl031_open, | 132 | .open = pl031_open, |
133 | .release = pl031_release, | 133 | .release = pl031_release, |
134 | .ioctl = pl031_ioctl, | 134 | .ioctl = pl031_ioctl, |