summaryrefslogtreecommitdiff
path: root/src/superio/aspeed/ast2400
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/aspeed/ast2400')
-rw-r--r--src/superio/aspeed/ast2400/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/aspeed/ast2400/superio.c b/src/superio/aspeed/ast2400/superio.c
index 4510c21ea4..51c646458d 100644
--- a/src/superio/aspeed/ast2400/superio.c
+++ b/src/superio/aspeed/ast2400/superio.c
@@ -103,6 +103,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_aspeed_ast2400_ops = {
- CHIP_NAME("ASpeed AST2400/AST2500 Super I/O")
+ .name = "ASpeed AST2400/AST2500 Super I/O",
.enable_dev = enable_dev,
};