mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
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>
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user