diff options
Diffstat (limited to 'drivers/acorn')
-rw-r--r-- | drivers/acorn/char/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acorn/char/i2c.c b/drivers/acorn/char/i2c.c index 9e584a7af434..157d8b73bb64 100644 --- a/drivers/acorn/char/i2c.c +++ b/drivers/acorn/char/i2c.c | |||
@@ -238,7 +238,7 @@ static int rtc_ioctl(struct inode *inode, struct file *file, | |||
238 | return -EINVAL; | 238 | return -EINVAL; |
239 | } | 239 | } |
240 | 240 | ||
241 | static struct file_operations rtc_fops = { | 241 | static const struct file_operations rtc_fops = { |
242 | .ioctl = rtc_ioctl, | 242 | .ioctl = rtc_ioctl, |
243 | }; | 243 | }; |
244 | 244 | ||