diff options
Diffstat (limited to 'src/superio/fintek/f71859')
-rw-r--r-- | src/superio/fintek/f71859/superio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71859/superio.c b/src/superio/fintek/f71859/superio.c index 1f4424954f..628d4c952b 100644 --- a/src/superio/fintek/f71859/superio.c +++ b/src/superio/fintek/f71859/superio.c @@ -33,6 +33,6 @@ static void enable_dev(struct device *dev) } struct chip_operations superio_fintek_f71859_ops = { - CHIP_NAME("Fintek F71859 Super I/O") + .name = "Fintek F71859 Super I/O", .enable_dev = enable_dev }; |