From 740b587baa749f89361e53e05e2f629e6941e378 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 23 Feb 2010 20:31:37 +0000 Subject: Remove nonsensical wrapper for function in PS/2 keyboard API. Signed-off-by: Stefan Reinauer Acked-by: Patrick Georgi git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5152 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/superio/nsc/pc87309/superio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/superio/nsc/pc87309') diff --git a/src/superio/nsc/pc87309/superio.c b/src/superio/nsc/pc87309/superio.c index ee84b66aa2..b4a47d523c 100644 --- a/src/superio/nsc/pc87309/superio.c +++ b/src/superio/nsc/pc87309/superio.c @@ -48,7 +48,7 @@ static void init(device_t dev) case PC87309_KBCK: res0 = find_resource(dev, PNP_IDX_IO0); res1 = find_resource(dev, PNP_IDX_IO1); - init_pc_keyboard(res0->base, res1->base, &conf->keyboard); + pc_keyboard_init(&conf->keyboard); break; } } -- cgit v1.2.3