commit | 23d06ff700f546a6a1d63c85ade095dbd75b7ab5 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Wed Mar 23 07:10:22 2016 +0200 |
committer | Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> | Sat Jun 25 17:26:35 2016 +0300 |
tree | 6aa1dc563be252b0e536944978f559ef984ba493 | |
parent | ec5fd99d3677efe5eebef3960168a1f9889322b9 [diff] |
tpm: drop tpm_atmel specific fields from tpm_vendor_specific Introduced a private struct tpm_atmel_priv that contains the variables have_region and region_size that were previously located in struct tpm_vendor_specific. These fields were only used by tpm_atmel. Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>