diff options
Diffstat (limited to 'src/southbridge/via/vt8231/vt8231.c')
-rw-r--r-- | src/southbridge/via/vt8231/vt8231.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/via/vt8231/vt8231.c b/src/southbridge/via/vt8231/vt8231.c index 082b64e0f3..d78bb2cf86 100644 --- a/src/southbridge/via/vt8231/vt8231.c +++ b/src/southbridge/via/vt8231/vt8231.c @@ -436,6 +436,6 @@ static void southbridge_enable(struct device *dev) } struct chip_operations southbridge_via_vt8231_ops = { + CHIP_NAME("VIA vt8231") .enable_dev = southbridge_enable, - .name = "VIA vt8231" }; |