diff options
Diffstat (limited to 'arch/cris/arch-v10/drivers/ds1302.c')
-rw-r--r-- | arch/cris/arch-v10/drivers/ds1302.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/drivers/ds1302.c b/arch/cris/arch-v10/drivers/ds1302.c index 3cf4f23de1d0..88eff7f54ea6 100644 --- a/arch/cris/arch-v10/drivers/ds1302.c +++ b/arch/cris/arch-v10/drivers/ds1302.c | |||
@@ -499,7 +499,7 @@ print_rtc_status(void) | |||
499 | 499 | ||
500 | /* The various file operations we support. */ | 500 | /* The various file operations we support. */ |
501 | 501 | ||
502 | static struct file_operations rtc_fops = { | 502 | static const struct file_operations rtc_fops = { |
503 | .owner = THIS_MODULE, | 503 | .owner = THIS_MODULE, |
504 | .ioctl = rtc_ioctl, | 504 | .ioctl = rtc_ioctl, |
505 | }; | 505 | }; |