[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / tpm / tpm_tis.c
index abb0f2aeae66317fb94953ba3ba9a742ac87cb89..3232b1932597e88989366a445d59c0de420728f7 100644 (file)
@@ -330,7 +330,7 @@ out_err:
        return rc;
 }
 
-static struct file_operations tis_ops = {
+static const struct file_operations tis_ops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .open = tpm_open,
This page took 0.039331 seconds and 5 git commands to generate.