diff options
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2016-03-23 07:23:39 +0100 |
---|---|---|
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2016-06-25 16:26:35 +0200 |
commit | c5b65fa152a8e62969a97d04929c1ea73b77ba37 (patch) | |
tree | 5f6d71eaee1f7cab5391dc8fa84e81c107efbc8b /drivers/char/tpm/tpm.h | |
parent | tpm: drop 'base' from struct tpm_vendor_specific (diff) | |
download | linux-c5b65fa152a8e62969a97d04929c1ea73b77ba37.tar.xz linux-c5b65fa152a8e62969a97d04929c1ea73b77ba37.zip |
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 <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Diffstat (limited to '')
-rw-r--r-- | drivers/char/tpm/tpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |