aboutsummaryrefslogtreecommitdiff
path: root/src/superio/smsc/lpc47n227/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/smsc/lpc47n227/superio.c')
-rw-r--r--src/superio/smsc/lpc47n227/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/smsc/lpc47n227/superio.c b/src/superio/smsc/lpc47n227/superio.c
index 26f507b695..50b11c1c90 100644
--- a/src/superio/smsc/lpc47n227/superio.c
+++ b/src/superio/smsc/lpc47n227/superio.c
@@ -164,7 +164,7 @@ static void lpc47n227_init(device_t dev)
case LPC47N227_KBDC:
printk_debug("LPC47N227: Initializing keyboard.\n");
- init_pc_keyboard(0x60, 0x64, &conf->keyboard);
+ pc_keyboard_init(&conf->keyboard);
break;
}
}