[PATCH] make more file_operation structs static
[deliverable/linux.git] / drivers / char / tpm / tpm_atmel.c
index 58a258cec1530594ef3c46e9ecd591d3192213e9..ad8ffe49256f75990e45a535b534851133eb8526 100644 (file)
@@ -116,7 +116,7 @@ static u8 tpm_atml_status(struct tpm_chip *chip)
        return ioread8(chip->vendor.iobase + 1);
 }
 
-static struct file_operations atmel_ops = {
+static const struct file_operations atmel_ops = {
        .owner = THIS_MODULE,
        .llseek = no_llseek,
        .open = tpm_open,
This page took 0.025051 seconds and 5 git commands to generate.