Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5b65fa1 authored by Jarkko Sakkinen's avatar Jarkko Sakkinen
Browse files

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 */