diff options
Diffstat (limited to 'arch/cris/arch-v10/drivers/i2c.c')
-rw-r--r-- | arch/cris/arch-v10/drivers/i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/cris/arch-v10/drivers/i2c.c b/arch/cris/arch-v10/drivers/i2c.c index 092c724a645f..aca81ddaf60f 100644 --- a/arch/cris/arch-v10/drivers/i2c.c +++ b/arch/cris/arch-v10/drivers/i2c.c | |||
@@ -692,7 +692,7 @@ i2c_ioctl(struct inode *inode, struct file *file, | |||
692 | return 0; | 692 | return 0; |
693 | } | 693 | } |
694 | 694 | ||
695 | static struct file_operations i2c_fops = { | 695 | static const struct file_operations i2c_fops = { |
696 | .owner = THIS_MODULE, | 696 | .owner = THIS_MODULE, |
697 | .ioctl = i2c_ioctl, | 697 | .ioctl = i2c_ioctl, |
698 | .open = i2c_open, | 698 | .open = i2c_open, |