diff options
author | Christophe Ricard <christophe.ricard@gmail.com> | 2016-03-23 21:17:17 +0100 |
---|---|---|
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | 2016-06-25 16:26:35 +0200 |
commit | 003d305d84e911d3f434eabf9e9656e75203f077 (patch) | |
tree | 76b648bcdff53e061dcb3ccf02ede28ea0930c62 /drivers/char/tpm/tpm.h | |
parent | tpm: drop the field 'time_expired' from struct tpm_chip (diff) | |
download | linux-003d305d84e911d3f434eabf9e9656e75203f077.tar.xz linux-003d305d84e911d3f434eabf9e9656e75203f077.zip |
tpm: drop list from struct tpm_vendor_specific
Dropped list from struct tpm_vendor_specific as it is not used in any
place.
It is initialized in tpm_i2c_infineon but not used at all in the code.
Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Reviewed-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r-- | drivers/char/tpm/tpm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index 7317bec1dad6..cd780c7d21ff 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h @@ -135,7 +135,6 @@ struct tpm_vendor_specific { int irq; - struct list_head list; int locality; unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* jiffies */ bool timeout_adjusted; |