[PATCH] mark struct file_operations const 5
[pandora-kernel.git] / drivers / message / i2o / i2o_config.c
index e33d446..8ba275a 100644 (file)
@@ -1111,7 +1111,7 @@ static int cfg_release(struct inode *inode, struct file *file)
        return 0;
 }
 
-static struct file_operations config_fops = {
+static const struct file_operations config_fops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .ioctl = i2o_cfg_ioctl,