summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83667hg-a/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83667hg-a/superio.c')
-rw-r--r--src/superio/winbond/w83667hg-a/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83667hg-a/superio.c b/src/superio/winbond/w83667hg-a/superio.c
index a5abe61818..4cddf20187 100644
--- a/src/superio/winbond/w83667hg-a/superio.c
+++ b/src/superio/winbond/w83667hg-a/superio.c
@@ -103,6 +103,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_winbond_w83667hg_a_ops = {
- CHIP_NAME("WINBOND W83667HG-A Super I/O")
+ .name = "WINBOND W83667HG-A Super I/O",
.enable_dev = enable_dev,
};