diff options
Diffstat (limited to 'src/superio/winbond/w83627ehg')
-rw-r--r-- | src/superio/winbond/w83627ehg/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627ehg/chip.h b/src/superio/winbond/w83627ehg/chip.h index f3fe8ce9e2..a16135dc0e 100644 --- a/src/superio/winbond/w83627ehg/chip.h +++ b/src/superio/winbond/w83627ehg/chip.h @@ -28,7 +28,7 @@ extern struct chip_operations superio_winbond_w83627ehg_ops; struct superio_winbond_w83627ehg_config { - + struct pc_keyboard keyboard; }; |