summaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83977tf/superio.c
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-02-23 20:31:37 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-02-23 20:31:37 +0000
commit740b587baa749f89361e53e05e2f629e6941e378 (patch)
tree925973c5e5de0ed152a7ac2694dc7d3db0c57780 /src/superio/winbond/w83977tf/superio.c
parent1c1d9a034a190277c6c9bfd5f262df8cad46b01e (diff)
downloadcoreboot-740b587baa749f89361e53e05e2f629e6941e378.tar.xz
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
Diffstat (limited to 'src/superio/winbond/w83977tf/superio.c')
-rw-r--r--src/superio/winbond/w83977tf/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83977tf/superio.c b/src/superio/winbond/w83977tf/superio.c
index 83dd90a982..58ad008c96 100644
--- a/src/superio/winbond/w83977tf/superio.c
+++ b/src/superio/winbond/w83977tf/superio.c
@@ -72,7 +72,7 @@ static void w83977tf_init(device_t dev)
case W83977TF_KBC:
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;
}
}