aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/tpm/xen-tpmfront.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/char/tpm/xen-tpmfront.c b/drivers/char/tpm/xen-tpmfront.c
index 7a7929ba2658..6f2fe2b0ae56 100644
--- a/drivers/char/tpm/xen-tpmfront.c
+++ b/drivers/char/tpm/xen-tpmfront.c
@@ -210,8 +210,6 @@ static struct attribute_group vtpm_attr_grp = {
210 .attrs = vtpm_attrs, 210 .attrs = vtpm_attrs,
211}; 211};
212 212
213#define TPM_LONG_TIMEOUT (10 * 60 * HZ)
214
215static const struct tpm_vendor_specific tpm_vtpm = { 213static const struct tpm_vendor_specific tpm_vtpm = {
216 .status = vtpm_status, 214 .status = vtpm_status,
217 .recv = vtpm_recv, 215 .recv = vtpm_recv,
@@ -224,11 +222,6 @@ static const struct tpm_vendor_specific tpm_vtpm = {
224 .miscdev = { 222 .miscdev = {
225 .fops = &vtpm_ops, 223 .fops = &vtpm_ops,
226 }, 224 },
227 .duration = {
228 TPM_LONG_TIMEOUT,
229 TPM_LONG_TIMEOUT,
230 TPM_LONG_TIMEOUT,
231 },
232}; 225};
233 226
234static irqreturn_t tpmif_interrupt(int dummy, void *dev_id) 227static irqreturn_t tpmif_interrupt(int dummy, void *dev_id)