diff options
Diffstat (limited to 'src/superio/winbond/w83627thf/chip.h')
-rw-r--r-- | src/superio/winbond/w83627thf/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627thf/chip.h b/src/superio/winbond/w83627thf/chip.h index a25b944b19..a327121db4 100644 --- a/src/superio/winbond/w83627thf/chip.h +++ b/src/superio/winbond/w83627thf/chip.h @@ -5,7 +5,7 @@ #define SIO_COM2_BASE 0x2F8 #endif -extern struct chip_operations superio_winbond_w83627thf_control; +extern struct chip_operations superio_winbond_w83627thf_ops; #include <pc80/keyboard.h> #include <uart8250.h> |