Skip to content

Commit b48562c

Browse files
author
Jarkko Sakkinen
committed
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>
1 parent edc77a0 commit b48562c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/char/tpm/tpm.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ struct tpm_chip {
174174

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

179178
struct mutex tpm_mutex; /* tpm is processing */
180179

0 commit comments

Comments
 (0)