diff options
Diffstat (limited to 'drivers/char/tpm/xen-tpmfront.c')
-rw-r--r-- | drivers/char/tpm/xen-tpmfront.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/xen-tpmfront.c b/drivers/char/tpm/xen-tpmfront.c index d4f6b5213443..92b097064df5 100644 --- a/drivers/char/tpm/xen-tpmfront.c +++ b/drivers/char/tpm/xen-tpmfront.c | |||
@@ -143,7 +143,7 @@ static int vtpm_recv(struct tpm_chip *chip, u8 *buf, size_t count) | |||
143 | return length; | 143 | return length; |
144 | } | 144 | } |
145 | 145 | ||
146 | static const struct tpm_vendor_specific tpm_vtpm = { | 146 | static const struct tpm_class_ops tpm_vtpm = { |
147 | .status = vtpm_status, | 147 | .status = vtpm_status, |
148 | .recv = vtpm_recv, | 148 | .recv = vtpm_recv, |
149 | .send = vtpm_send, | 149 | .send = vtpm_send, |