aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83697hf
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83697hf')
-rw-r--r--src/superio/winbond/w83697hf/w83697hf_early_serial.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83697hf/w83697hf_early_serial.c b/src/superio/winbond/w83697hf/w83697hf_early_serial.c
index 858dc6c72a..1e05e38f40 100644
--- a/src/superio/winbond/w83697hf/w83697hf_early_serial.c
+++ b/src/superio/winbond/w83697hf/w83697hf_early_serial.c
@@ -29,7 +29,7 @@ static inline void pnp_enter_ext_func_mode(device_t dev)
outb(0x87, port);
}
-static void pnp_exit_ext_func_mode(device_t dev)
+static void pnp_exit_ext_func_mode(device_t dev)
{
u16 port = dev >> 8;
outb(0xaa, port);