diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-02-23 20:31:37 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-02-23 20:31:37 +0000 |
commit | 740b587baa749f89361e53e05e2f629e6941e378 (patch) | |
tree | 925973c5e5de0ed152a7ac2694dc7d3db0c57780 /src/include/pc80 | |
parent | 1c1d9a034a190277c6c9bfd5f262df8cad46b01e (diff) |
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/include/pc80')
-rw-r--r-- | src/include/pc80/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |