diff options
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r-- | drivers/char/tpm/tpm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index cbee6319be75..ef4ba5fcf7d9 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h | |||
@@ -105,6 +105,8 @@ struct tpm_vendor_specific { | |||
105 | 105 | ||
106 | wait_queue_head_t read_queue; | 106 | wait_queue_head_t read_queue; |
107 | wait_queue_head_t int_queue; | 107 | wait_queue_head_t int_queue; |
108 | |||
109 | u16 manufacturer_id; | ||
108 | }; | 110 | }; |
109 | 111 | ||
110 | #define TPM_VPRIV(c) (c)->vendor.priv | 112 | #define TPM_VPRIV(c) (c)->vendor.priv |