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