devkbd: remove kbdputc() unused definition.

This commit is contained in:
cinap_lenrek 2015-04-01 12:21:11 +02:00
parent 736df3bd6c
commit 2d0088598b

View file

@ -50,7 +50,6 @@ static Dirtab kbdtab[] = {
static Lock i8042lock;
static uchar ccc;
static void kbdputc(int);
static void (*auxputc)(int, int);
static int nokbd = 1; /* flag: no PS/2 keyboard */