diff options
Diffstat (limited to 'src/superio/NSC/pc97307/chip.h')
-rw-r--r-- | src/superio/NSC/pc97307/chip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/NSC/pc97307/chip.h b/src/superio/NSC/pc97307/chip.h index 369c47a44b..63db6ba168 100644 --- a/src/superio/NSC/pc97307/chip.h +++ b/src/superio/NSC/pc97307/chip.h @@ -14,7 +14,7 @@ #define SIO_COM2_BASE 0x2F8 #endif -extern struct chip_operations superio_NSC_pc97307_control; +extern struct chip_operations superio_NSC_pc97307_ops; #include <pc80/keyboard.h> #include <uart8250.h> |