summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/st33zp24/st33zp24.h
diff options
context:
space:
mode:
authorChristophe Ricard <christophe.ricard@gmail.com>2016-03-31 22:56:58 +0200
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2016-06-25 17:26:35 +0300
commit56671c893e0e3ee237bc8e229923a9e6555c2fc9 (patch)
tree4691182cc215bbeec44b98e51641627149e9c373 /drivers/char/tpm/st33zp24/st33zp24.h
parent6e599f6f261fe61582e6bedcc0aff924ac5da614 (diff)
downloadlinux-56671c893e0e3ee237bc8e229923a9e6555c2fc9.tar.gz
linux-56671c893e0e3ee237bc8e229923a9e6555c2fc9.tar.bz2
linux-56671c893e0e3ee237bc8e229923a9e6555c2fc9.zip
tpm: drop 'locality' from struct tpm_vendor_specific
Dropped the field 'locality' from struct tpm_vendor_specific migrated it to the private structures of st33zp24, tpm_i2c_infineon and tpm_tis. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.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/st33zp24/st33zp24.h')
-rw-r--r--drivers/char/tpm/st33zp24/st33zp24.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/tpm/st33zp24/st33zp24.h b/drivers/char/tpm/st33zp24/st33zp24.h
index 9b5cdc71b6a7..6f4a4198af6a 100644
--- a/drivers/char/tpm/st33zp24/st33zp24.h
+++ b/drivers/char/tpm/st33zp24/st33zp24.h
@@ -25,6 +25,7 @@ struct st33zp24_dev {
struct tpm_chip *chip;
void *phy_id;
const struct st33zp24_phy_ops *ops;
+ int locality;
int irq;
u32 intrs;
int io_lpcpd;