Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106159
b: refs/heads/master
c: 3bd6046
h: refs/heads/master
i:
  106157: 93d739c
  106155: b12df48
  106151: 7f335d0
  106143: 93b3f55
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jul 26, 2008
1 parent f243ef6 commit 9c12095
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 061991ec6edceda48d60f7a53e17b8d3416266ae
refs/heads/master: 3bd60464e3224820bc413c45ea2cc371edc63e9d
4 changes: 2 additions & 2 deletions trunk/drivers/char/tpm/tpm_bios.c
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ static int tpm_ascii_bios_measurements_open(struct inode *inode,
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,
Expand Down Expand Up @@ -486,7 +486,7 @@ static int tpm_binary_bios_measurements_open(struct inode *inode,
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,
Expand Down

0 comments on commit 9c12095

Please sign in to comment.