Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 260957
b: refs/heads/master
c: 6eb77b2
h: refs/heads/master
i:
  260955: 2308936
v: v3
  • Loading branch information
Stefan Berger authored and James Morris committed Jul 20, 2011
1 parent a6871e4 commit 8916c25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 0f2a55d5bb2372058275b0b343d90dd5d640d045
refs/heads/master: 6eb77b214985f8c2568f1f20f941790fbf8bf97b
7 changes: 1 addition & 6 deletions trunk/drivers/char/tpm/tpm_tis.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ enum tis_defaults {
static LIST_HEAD(tis_chips);
static DEFINE_SPINLOCK(tis_lock);

#ifdef CONFIG_ACPI
#ifdef CONFIG_PNP
static int is_itpm(struct pnp_dev *dev)
{
struct acpi_device *acpi = pnp_acpi_device(dev);
Expand All @@ -93,11 +93,6 @@ static int is_itpm(struct pnp_dev *dev)

return 0;
}
#else
static int is_itpm(struct pnp_dev *dev)
{
return 0;
}
#endif

static int check_locality(struct tpm_chip *chip, int l)
Expand Down

0 comments on commit 8916c25

Please sign in to comment.