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 ce9fd480b2..ade7498e35 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 pc_keyboard keyboard; }; |