diff options
author | Stefan Berger <stefanb@linux.vnet.ibm.com> | 2013-01-22 14:57:53 -0500 |
---|---|---|
committer | Kent Yoder <key@linux.vnet.ibm.com> | 2013-02-05 10:38:24 -0500 |
commit | 78f09cc248731716633c0ef219613e762a9c4f2e (patch) | |
tree | e0c1f2197bff7a5ad3f566cdd6ca2389c8e7cb31 /drivers/char/tpm/tpm.h | |
parent | 1f866057291fc00f14e4962473bd7724ffa8f578 (diff) |
tpm: Fix cancellation of TPM commands (interrupt mode)
Support cancellation of TPM commands when driver is used in interrupt
mode.
Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r-- | drivers/char/tpm/tpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index 725cb9b657dd..81b52015f669 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h | |||
@@ -338,7 +338,7 @@ extern void tpm_remove_hardware(struct device *); | |||
338 | extern int tpm_pm_suspend(struct device *); | 338 | extern int tpm_pm_suspend(struct device *); |
339 | extern int tpm_pm_resume(struct device *); | 339 | extern int tpm_pm_resume(struct device *); |
340 | extern int wait_for_tpm_stat(struct tpm_chip *, u8, unsigned long, | 340 | extern int wait_for_tpm_stat(struct tpm_chip *, u8, unsigned long, |
341 | wait_queue_head_t *); | 341 | wait_queue_head_t *, bool); |
342 | 342 | ||
343 | #ifdef CONFIG_ACPI | 343 | #ifdef CONFIG_ACPI |
344 | extern int tpm_add_ppi(struct kobject *); | 344 | extern int tpm_add_ppi(struct kobject *); |