diff options
Diffstat (limited to 'drivers/char/tpm/tpm.h')
-rw-r--r-- | drivers/char/tpm/tpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm.h b/drivers/char/tpm/tpm.h index dec0224b4478..a203963efaab 100644 --- a/drivers/char/tpm/tpm.h +++ b/drivers/char/tpm/tpm.h | |||
@@ -81,7 +81,7 @@ struct tpm_chip { | |||
81 | struct work_struct work; | 81 | struct work_struct work; |
82 | struct semaphore tpm_mutex; /* tpm is processing */ | 82 | struct semaphore tpm_mutex; /* tpm is processing */ |
83 | 83 | ||
84 | struct tpm_vendor_specific *vendor; | 84 | struct tpm_vendor_specific vendor; |
85 | 85 | ||
86 | struct dentry **bios_dir; | 86 | struct dentry **bios_dir; |
87 | 87 | ||