ref: 2d0088598b50999949de98d6c4604fd8d42327b8
parent: 736df3bd6ccb239a742865427d1aa48c18468b20
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Wed Apr 1 08:21:11 EDT 2015
devkbd: remove kbdputc() unused definition.
--- a/sys/src/9/pc/devkbd.c
+++ b/sys/src/9/pc/devkbd.c
@@ -50,7 +50,6 @@
static Lock i8042lock;
static uchar ccc;
-static void kbdputc(int);
static void (*auxputc)(int, int);
static int nokbd = 1; /* flag: no PS/2 keyboard */