tpm: drop the field 'time_expired' from struct tpm_chip
[cascardo/linux.git] / drivers / char / tpm / tpm.h
index b9a5b25..7317bec 100644 (file)
@@ -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 */