aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/i2c/tpm/chip.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/tpm/chip.c')
-rw-r--r--src/drivers/i2c/tpm/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/i2c/tpm/chip.c b/src/drivers/i2c/tpm/chip.c
index 07052f6f0d..a1d7389a0c 100644
--- a/src/drivers/i2c/tpm/chip.c
+++ b/src/drivers/i2c/tpm/chip.c
@@ -95,6 +95,6 @@ static void i2c_tpm_enable(struct device *dev)
}
struct chip_operations drivers_i2c_tpm_ops = {
- CHIP_NAME("I2C TPM")
+ .name = "I2C TPM",
.enable_dev = i2c_tpm_enable
};