summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8195/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8195/soc.c')
-rw-r--r--src/soc/mediatek/mt8195/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8195/soc.c b/src/soc/mediatek/mt8195/soc.c
index 5425695bafda..20a9811d15c0 100644
--- a/src/soc/mediatek/mt8195/soc.c
+++ b/src/soc/mediatek/mt8195/soc.c
@@ -70,6 +70,6 @@ static void enable_soc_dev(struct device *dev)
}
struct chip_operations soc_mediatek_mt8195_ops = {
- CHIP_NAME("SOC Mediatek MT8195")
+ .name = "SOC Mediatek MT8195",
.enable_dev = enable_soc_dev,
};