summaryrefslogtreecommitdiff
path: root/src/superio/fintek/f71808a
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/fintek/f71808a')
-rw-r--r--src/superio/fintek/f71808a/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71808a/superio.c b/src/superio/fintek/f71808a/superio.c
index 17fa379df4..885d3f7586 100644
--- a/src/superio/fintek/f71808a/superio.c
+++ b/src/superio/fintek/f71808a/superio.c
@@ -51,6 +51,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_fintek_f71808a_ops = {
- CHIP_NAME("Fintek F71808A Super I/O")
+ .name = "Fintek F71808A Super I/O",
.enable_dev = enable_dev
};