summaryrefslogtreecommitdiffstats
path: root/src/superio/nuvoton/npcd378/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/nuvoton/npcd378/superio.c')
-rw-r--r--src/superio/nuvoton/npcd378/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/nuvoton/npcd378/superio.c b/src/superio/nuvoton/npcd378/superio.c
index 615bae5433b1..a4759fb7211e 100644
--- a/src/superio/nuvoton/npcd378/superio.c
+++ b/src/superio/nuvoton/npcd378/superio.c
@@ -460,6 +460,6 @@ static void enable_dev(struct device *dev)
}
struct chip_operations superio_nuvoton_npcd378_ops = {
- CHIP_NAME("NUVOTON NPCD378 Super I/O")
+ .name = "NUVOTON NPCD378 Super I/O",
.enable_dev = enable_dev,
};