diff options
Diffstat (limited to 'arch/cris/arch-v10/drivers/pcf8563.c')
-rw-r--r-- | arch/cris/arch-v10/drivers/pcf8563.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/drivers/pcf8563.c b/arch/cris/arch-v10/drivers/pcf8563.c index 8c830eefc89c..107796e50149 100644 --- a/arch/cris/arch-v10/drivers/pcf8563.c +++ b/arch/cris/arch-v10/drivers/pcf8563.c | |||
@@ -56,7 +56,7 @@ static const unsigned char days_in_month[] = | |||
56 | 56 | ||
57 | int pcf8563_ioctl(struct inode *, struct file *, unsigned int, unsigned long); | 57 | int pcf8563_ioctl(struct inode *, struct file *, unsigned int, unsigned long); |
58 | 58 | ||
59 | static struct file_operations pcf8563_fops = { | 59 | static const struct file_operations pcf8563_fops = { |
60 | .owner = THIS_MODULE, | 60 | .owner = THIS_MODULE, |
61 | .ioctl = pcf8563_ioctl, | 61 | .ioctl = pcf8563_ioctl, |
62 | }; | 62 | }; |