diff options
Diffstat (limited to 'src/superio/fintek/f71889/chip.h')
-rw-r--r-- | src/superio/fintek/f71889/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f71889/chip.h b/src/superio/fintek/f71889/chip.h index b4357b2018..c7752164cb 100644 --- a/src/superio/fintek/f71889/chip.h +++ b/src/superio/fintek/f71889/chip.h @@ -28,7 +28,7 @@ extern struct chip_operations superio_fintek_f71889_ops; struct superio_fintek_f71889_config { - struct uart8250 com1, com2; + struct pc_keyboard keyboard; }; |