- Bump the LinuxBIOS major version
[coreboot.git] / src / superio / via / vt1211 / vt1211.c
index 923a09831712799bc79fd31d38bfee2da5e80e28..5a92ebcfc676577c8971fabb80739ed25d0af130 100644 (file)
@@ -141,7 +141,7 @@ static void enumerate(struct chip *chip)
        chip->dev->ops = &default_pci_ops_bus;
 }
 
-struct chip_control superio_via_vt1211_control = {
+struct chip_operations superio_via_vt1211_control = {
        .enumerate = enumerate,
        .enable    = superio_init,
        .name      = "VIA vt1211"