tpm: drop manufacturer_id from struct tpm_vendor_specific

Dropped manufacturer_id from struct tpm_vendor_specific and redeclared
it in the private struct priv_data that tpm_tis uses because the field
is only used tpm_tis.

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
This commit is contained in:
Jarkko Sakkinen
2016-03-23 07:31:56 +02:00
orang tua 23d06ff700
melakukan d4956524f1
2 mengubah file dengan 5 tambahan dan 4 penghapusan

Melihat File

@@ -145,8 +145,6 @@ struct tpm_vendor_specific {
void *priv;
wait_queue_head_t read_queue;
u16 manufacturer_id;
};
#define TPM_VPRIV(c) ((c)->vendor.priv)