tpm: Fix some name collisions with drivers/char/tpm.h
[platform/kernel/linux-rpi.git] / drivers / char / tpm / st33zp24 / i2c.c
index be5d1ab..8390c5b 100644 (file)
@@ -33,7 +33,7 @@
 
 struct st33zp24_i2c_phy {
        struct i2c_client *client;
-       u8 buf[TPM_BUFSIZE + 1];
+       u8 buf[ST33ZP24_BUFSIZE + 1];
        int io_lpcpd;
 };