summaryrefslogtreecommitdiffstats
path: root/drivers/char/tpm/tpm.h
diff options
context:
space:
mode:
authorJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2016-03-23 08:16:09 +0200
committerJarkko Sakkinen <jarkko.sakkinen@linux.intel.com>2016-06-25 17:26:35 +0300
commitee1779840d093ebf6893c97115422fb5171b54d7 (patch)
tree68f96928bc837f7992fd8395c6b4c923e4db86a9 /drivers/char/tpm/tpm.h
parentd4956524f1b0ae010c6d6cc1369a7fae63b52165 (diff)
downloadop-kernel-dev-ee1779840d093ebf6893c97115422fb5171b54d7.zip
op-kernel-dev-ee1779840d093ebf6893c97115422fb5171b54d7.tar.gz
tpm: drop 'base' from struct tpm_vendor_specific
Dropped the field 'base' from struct tpm_vendor_specific and migrated it to the private structures of tpm_atmel and tpm_nsc. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r--drivers/char/tpm/tpm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h
index 6586b6a..b9a5b25 100644
--- a/drivers/char/tpm/tpm.h
+++ b/drivers/char/tpm/tpm.h
@@ -132,7 +132,6 @@ struct tpm_chip;
struct tpm_vendor_specific {
void __iomem *iobase; /* ioremapped address */
- unsigned long base; /* TPM base address */
int irq;
OpenPOWER on IntegriCloud