aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83627ehg/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83627ehg/superio.c')
-rw-r--r--src/superio/winbond/w83627ehg/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83627ehg/superio.c b/src/superio/winbond/w83627ehg/superio.c
index ea7a98223e..bf3508862a 100644
--- a/src/superio/winbond/w83627ehg/superio.c
+++ b/src/superio/winbond/w83627ehg/superio.c
@@ -85,7 +85,7 @@ static void w83627ehg_init(struct device *dev)
switch(dev->path.pnp.device) {
case W83627EHG_KBC:
- pc_keyboard_init();
+ pc_keyboard_init(NO_AUX_DEVICE);
break;
case W83627EHG_HWM:
res0 = find_resource(dev, PNP_IDX_IO0);