From: Jarkko Sakkinen Date: Wed, 23 Mar 2016 06:23:39 +0000 (+0200) Subject: tpm: drop the field 'time_expired' from struct tpm_chip X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c5b65fa152a8e62969a97d04929c1ea73b77ba37;p=linux-beck.git tpm: drop the field 'time_expired' from struct tpm_chip Removed the field because it is not used for anything. Signed-off-by: Jarkko Sakkinen Reviewed-by: Jason Gunthorpe --- diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index b9a5b2586932..7317bec1dad6 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h @@ -174,7 +174,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 */