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/include/pc80/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/pc80/keyboard.h') diff --git a/src/include/pc80/keyboard.h b/src/include/pc80/keyboard.h index 33ac913de8..ce281bb56e 100644 --- a/src/include/pc80/keyboard.h +++ b/src/include/pc80/keyboard.h @@ -5,7 +5,7 @@ struct pc_keyboard { /* No initialization parameters for now */ }; -void init_pc_keyboard(unsigned port0, unsigned port1, struct pc_keyboard *kbd); +void pc_keyboard_init(struct pc_keyboard *keyboard); void set_kbc_ps2_mode(void); #endif /* PC80_KEYBOARD_H */ -- cgit v1.2.3