summaryrefslogtreecommitdiff
path: root/src/pc80/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pc80/keyboard.c')
-rw-r--r--src/pc80/keyboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pc80/keyboard.c b/src/pc80/keyboard.c
index f46d1ffa16..ccec00488c 100644
--- a/src/pc80/keyboard.c
+++ b/src/pc80/keyboard.c
@@ -26,7 +26,6 @@ static int kbd_empty_output_buffer(void)
static void pc_keyboard_init(struct pc_keyboard *keyboard)
{
unsigned char regval;
- unsigned long timeout;
/* send cmd = 0xAA, self test 8042 */
outb(0xaa, 0x64);