Remove nonsensical wrapper for function in
[coreboot.git] / src / superio / smsc / lpc47m15x / superio.c
index 28bbcfdaf275b9c4238488046fcf68dd84a61ed4..789520f69e020e3068ea94608649ec924c64ee8e 100644 (file)
@@ -119,7 +119,7 @@ static void lpc47m15x_init(device_t dev)
        case LPC47M15X_KBC:
                res0 = find_resource(dev, PNP_IDX_IO0);
                res1 = find_resource(dev, PNP_IDX_IO1);
-               init_pc_keyboard(0x60, 0x64, &conf->keyboard);
+               pc_keyboard_init(&conf->keyboard);
                break;
        }
 }