diff options
Diffstat (limited to 'src/superio/fintek/f81865f/chip.h')
-rw-r--r-- | src/superio/fintek/f81865f/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/fintek/f81865f/chip.h b/src/superio/fintek/f81865f/chip.h index 6ff30012ca..711e2d0a58 100644 --- a/src/superio/fintek/f81865f/chip.h +++ b/src/superio/fintek/f81865f/chip.h @@ -29,7 +29,7 @@ extern struct chip_operations superio_fintek_f81865f_ops; struct superio_fintek_f81865f_config { - + struct pc_keyboard keyboard; }; |