summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627thg/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627thg/superio.c')
-rw-r--r--src/superio/winbond/w83627thg/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627thg/superio.c b/src/superio/winbond/w83627thg/superio.c
index f42f948c27..77aaf7da6e 100644
--- a/src/superio/winbond/w83627thg/superio.c
+++ b/src/superio/winbond/w83627thg/superio.c
@@ -33,7 +33,7 @@ static void w83627thg_init(struct device *dev)
switch(dev->path.pnp.device) {
case W83627THG_KBC:
- pc_keyboard_init();
+ pc_keyboard_init(NO_AUX_DEVICE);
break;
}
}