summaryrefslogtreecommitdiff
path: root/src/superio/fintek/f81803a/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f81803a/superio.c')
-rw-r--r--src/superio/fintek/f81803a/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f81803a/superio.c b/src/superio/fintek/f81803a/superio.c
index 5304f9edc6..4d4e8bc461 100644
--- a/src/superio/fintek/f81803a/superio.c
+++ b/src/superio/fintek/f81803a/superio.c
@@ -57,6 +57,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_fintek_f81803a_ops = {
- CHIP_NAME("Fintek F81803A Super I/O")
+ .name = "Fintek F81803A Super I/O",
.enable_dev = enable_dev
};