[PATCH] tpm: drop the field 'time_expired' from struct tpm_chip

From: Jarkko Sakkinen
Date: Wed Mar 23 2016 - 02:24:06 EST


Removed the field because it is not used for anything.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx>
---
drivers/char/tpm/tpm.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h
index 09302ab..3c4e5eb 100644
--- a/drivers/char/tpm/tpm.h
+++ b/drivers/char/tpm/tpm.h
@@ -175,7 +175,6 @@ struct tpm_chip {

int dev_num; /* /dev/tpm# */
unsigned long is_open; /* only one allowed */
- int time_expired;

struct mutex tpm_mutex; /* tpm is processing */

--
2.7.3