diff options
Diffstat (limited to 'arch/arm/common/rtctime.c')
-rw-r--r-- | arch/arm/common/rtctime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/common/rtctime.c b/arch/arm/common/rtctime.c index 4e5445cfb0ea..bf1075e1f571 100644 --- a/arch/arm/common/rtctime.c +++ b/arch/arm/common/rtctime.c | |||
@@ -329,7 +329,7 @@ static int rtc_fasync(int fd, struct file *file, int on) | |||
329 | return fasync_helper(fd, file, on, &rtc_async_queue); | 329 | return fasync_helper(fd, file, on, &rtc_async_queue); |
330 | } | 330 | } |
331 | 331 | ||
332 | static struct file_operations rtc_fops = { | 332 | static const struct file_operations rtc_fops = { |
333 | .owner = THIS_MODULE, | 333 | .owner = THIS_MODULE, |
334 | .llseek = no_llseek, | 334 | .llseek = no_llseek, |
335 | .read = rtc_read, | 335 | .read = rtc_read, |