diff options
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r-- | drivers/char/tpm/tpm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index 24541a556d02..54a4c804e25f 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h | |||
@@ -77,8 +77,8 @@ struct tpm_vendor_specific { | |||
77 | struct attribute_group *attr_group; | 77 | struct attribute_group *attr_group; |
78 | struct list_head list; | 78 | struct list_head list; |
79 | int locality; | 79 | int locality; |
80 | u32 timeout_a, timeout_b, timeout_c, timeout_d; | 80 | unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* jiffies */ |
81 | u32 duration[3]; | 81 | unsigned long duration[3]; /* jiffies */ |
82 | 82 | ||
83 | wait_queue_head_t read_queue; | 83 | wait_queue_head_t read_queue; |
84 | wait_queue_head_t int_queue; | 84 | wait_queue_head_t int_queue; |