summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8188/soc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/mediatek/mt8188/soc.c')
-rw-r--r--src/soc/mediatek/mt8188/soc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/mediatek/mt8188/soc.c b/src/soc/mediatek/mt8188/soc.c
index d0a29c578c3b..35071d50f1db 100644
--- a/src/soc/mediatek/mt8188/soc.c
+++ b/src/soc/mediatek/mt8188/soc.c
@@ -65,6 +65,6 @@ static void enable_soc_dev(struct device *dev)
}
struct chip_operations soc_mediatek_mt8188_ops = {
- CHIP_NAME("SOC Mediatek MT8188")
+ .name = "SOC Mediatek MT8188",
.enable_dev = enable_soc_dev,
};