[PATCH] mark struct file_operations const 2
[powerpc.git] / arch / ia64 / hp / common / sba_iommu.c
index ce49fe3..c1dca22 100644 (file)
@@ -1881,7 +1881,7 @@ ioc_open(struct inode *inode, struct file *file)
        return seq_open(file, &ioc_seq_ops);
 }
 
-static struct file_operations ioc_fops = {
+static const struct file_operations ioc_fops = {
        .open    = ioc_open,
        .read    = seq_read,
        .llseek  = seq_lseek,