summaryrefslogtreecommitdiff
path: root/src/drivers/crb/tis.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/crb/tis.c')
-rw-r--r--src/drivers/crb/tis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/crb/tis.c b/src/drivers/crb/tis.c
index 2c9128e5d7..a5d7dcc7ed 100644
--- a/src/drivers/crb/tis.c
+++ b/src/drivers/crb/tis.c
@@ -206,6 +206,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations drivers_crb_ops = {
- CHIP_NAME("CRB TPM")
+ .name = "CRB TPM",
.enable_dev = enable_dev
};