[PATCH] mark struct file_operations const 8
[deliverable/linux.git] / net / irda / irlmp.c
index b134c3cf2bdb9dd3a1fd0f42788bdf9c68f63f6a..9df0461b6d18fe8b6750b77c2d1bbc716236ca60 100644 (file)
@@ -2026,7 +2026,7 @@ out_kfree:
        goto out;
 }
 
-struct file_operations irlmp_seq_fops = {
+const struct file_operations irlmp_seq_fops = {
        .owner          = THIS_MODULE,
        .open           = irlmp_seq_open,
        .read           = seq_read,
This page took 0.052521 seconds and 5 git commands to generate.