diff options
Diffstat (limited to 'src/superio/fintek/f71859/chip.h')
-rwxr-xr-x | src/superio/fintek/f71859/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71859/chip.h b/src/superio/fintek/f71859/chip.h index a0de2d5982..84008623e1 100755 --- a/src/superio/fintek/f71859/chip.h +++ b/src/superio/fintek/f71859/chip.h @@ -27,7 +27,7 @@ extern struct chip_operations superio_fintek_f71859_ops; struct superio_fintek_f71859_config { - struct uart8250 com1, com2; + }; #endif |