Commit c5b65fa1 authored by Jarkko Sakkinen's avatar Jarkko Sakkinen

tpm: drop the field 'time_expired' from struct tpm_chip

Removed the field because it is not used for anything.
Signed-off-by: default avatarJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: default avatarJason Gunthorpe <jgunthorpe@obsidianresearch.com>
parent ee177984
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment