|
@@ -448,7 +448,7 @@ out_free:
|
|
|
goto out;
|
|
|
}
|
|
|
|
|
|
-const struct file_operations tpm_ascii_bios_measurements_ops = {
|
|
|
+static const struct file_operations tpm_ascii_bios_measurements_ops = {
|
|
|
.open = tpm_ascii_bios_measurements_open,
|
|
|
.read = seq_read,
|
|
|
.llseek = seq_lseek,
|
|
@@ -486,7 +486,7 @@ out_free:
|
|
|
goto out;
|
|
|
}
|
|
|
|
|
|
-const struct file_operations tpm_binary_bios_measurements_ops = {
|
|
|
+static const struct file_operations tpm_binary_bios_measurements_ops = {
|
|
|
.open = tpm_binary_bios_measurements_open,
|
|
|
.read = seq_read,
|
|
|
.llseek = seq_lseek,
|