Remove kbio.h include
authorAlexey Gladkov <legion@altlinux.org>
Sun, 21 Dec 2008 10:06:22 +0000 (13:06 +0300)
committerAlexey Gladkov <legion@altlinux.org>
Sun, 21 Dec 2008 10:06:22 +0000 (13:06 +0300)
Signed-off-by: Alexey Gladkov <legion@altlinux.org>
src/kbdrate.c
src/setleds.c

index 3e11bb4..e4b4f20 100644 (file)
@@ -77,7 +77,6 @@ beats rebuilding the kernel!
 
 #ifdef __sparc__
 #include <asm/param.h>
-#include <asm/kbio.h>
 #endif
 
 #ifndef KDKBDREP
index 6863741..6f1a6db 100644 (file)
 #include "nls.h"
 #include "version.h"
 
-#ifdef __sparc__
-#include <asm/kbio.h>
-#endif
-
 static void
 usage(void)
 {