Remove nonsensical wrapper for function in
PS/2 keyboard API. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5152 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Patrick Georgi
parent
1c1d9a034a
commit
740b587baa
@@ -41,7 +41,7 @@ static void m3885x_init(device_t dev)
|
||||
|
||||
printk_debug("Renesas M3885x: Initializing keyboard.\n");
|
||||
set_kbc_ps2_mode();
|
||||
init_pc_keyboard(0x60, 0x64, &conf->keyboard);
|
||||
pc_keyboard_init(&conf->keyboard);
|
||||
m3885_configure_multikey();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user