diff options
Diffstat (limited to 'src/superio/via/vt1211')
-rw-r--r-- | src/superio/via/vt1211/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/via/vt1211/chip.h b/src/superio/via/vt1211/chip.h index 4d88e9637e..2154996a44 100644 --- a/src/superio/via/vt1211/chip.h +++ b/src/superio/via/vt1211/chip.h @@ -26,7 +26,7 @@ extern struct chip_operations superio_via_vt1211_ops; struct superio_via_vt1211_config { - struct uart8250 com1, com2; + }; #endif |