diff options
Diffstat (limited to 'drivers/message/i2o/i2o_config.c')
-rw-r--r-- | drivers/message/i2o/i2o_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/i2o/i2o_config.c b/drivers/message/i2o/i2o_config.c index e33d446e7493..8ba275a12773 100644 --- a/drivers/message/i2o/i2o_config.c +++ b/drivers/message/i2o/i2o_config.c | |||
@@ -1111,7 +1111,7 @@ static int cfg_release(struct inode *inode, struct file *file) | |||
1111 | return 0; | 1111 | return 0; |
1112 | } | 1112 | } |
1113 | 1113 | ||
1114 | static struct file_operations config_fops = { | 1114 | static const struct file_operations config_fops = { |
1115 | .owner = THIS_MODULE, | 1115 | .owner = THIS_MODULE, |
1116 | .llseek = no_llseek, | 1116 | .llseek = no_llseek, |
1117 | .ioctl = i2o_cfg_ioctl, | 1117 | .ioctl = i2o_cfg_ioctl, |