summaryrefslogtreecommitdiff
path: root/src/drivers/crb/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/crb/chip.h')
-rw-r--r--src/drivers/crb/chip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/crb/chip.h b/src/drivers/crb/chip.h
index f0e471fd48..ac7ea96982 100644
--- a/src/drivers/crb/chip.h
+++ b/src/drivers/crb/chip.h
@@ -3,7 +3,7 @@
#ifndef DRIVERS_CRB_CHIP_H
#define DRIVERS_CRB_CHIP_H
-typedef struct drivers_crb_config {
-} tpm_config_t;
+struct drivers_crb_config {
+};
#endif /* DRIVERS_CRB_CHIP_H */