[PATCH] mark struct file_operations const 3
[deliverable/linux.git] / drivers / infiniband / core / ucm.c
index f15220a0ee75dda635079975df75dfe406996d05..ee51d79a7ad5048ba97830934ad1961abf5b0376 100644 (file)
@@ -1221,7 +1221,7 @@ static void ib_ucm_release_class_dev(struct class_device *class_dev)
        kfree(dev);
 }
 
-static struct file_operations ucm_fops = {
+static const struct file_operations ucm_fops = {
        .owner   = THIS_MODULE,
        .open    = ib_ucm_open,
        .release = ib_ucm_close,
This page took 0.066687 seconds and 5 git commands to generate.