summaryrefslogtreecommitdiffstats
path: root/src/ec/roda/it8518/ec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ec/roda/it8518/ec.c')
-rw-r--r--src/ec/roda/it8518/ec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ec/roda/it8518/ec.c b/src/ec/roda/it8518/ec.c
index cbeb210ad9d4..9f877f7d9068 100644
--- a/src/ec/roda/it8518/ec.c
+++ b/src/ec/roda/it8518/ec.c
@@ -48,6 +48,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations ec_roda_it8518_ops = {
- CHIP_NAME("Roda IT8518 EC")
+ .name = "Roda IT8518 EC",
.enable_dev = enable_dev
};