diff -r 61b945565398 drivers/char/tpm/tpm.h --- a/drivers/char/tpm/tpm.h Wed Jul 26 17:22:38 2006 +0200 +++ b/drivers/char/tpm/tpm.h Wed Aug 02 00:30:00 2006 +0900 @@ -125,7 +125,7 @@ static inline void tpm_write_index(int b static inline u32 get_chip_buffersize(struct tpm_chip *chip) { - return chip->vendor->buffersize; + return chip->vendor.buffersize; } extern void tpm_get_timeouts(struct tpm_chip *);