diff options
Diffstat (limited to 'drivers/rtc/rtc-test.c')
| -rw-r--r-- | drivers/rtc/rtc-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-test.c b/drivers/rtc/rtc-test.c index e1fa5fe7901f..bc4bd24508a2 100644 --- a/drivers/rtc/rtc-test.c +++ b/drivers/rtc/rtc-test.c | |||
| @@ -75,7 +75,7 @@ static int test_rtc_ioctl(struct device *dev, unsigned int cmd, | |||
| 75 | } | 75 | } |
| 76 | } | 76 | } |
| 77 | 77 | ||
| 78 | static struct rtc_class_ops test_rtc_ops = { | 78 | static const struct rtc_class_ops test_rtc_ops = { |
| 79 | .proc = test_rtc_proc, | 79 | .proc = test_rtc_proc, |
| 80 | .read_time = test_rtc_read_time, | 80 | .read_time = test_rtc_read_time, |
| 81 | .set_time = test_rtc_set_time, | 81 | .set_time = test_rtc_set_time, |
