sparc: don't include asm/kbio.h -- it no longer exists in current headers.

This commit is contained in:
Donnie Berkholz 2007-01-21 22:02:32 -08:00 committed by Donnie Berkholz
parent 4f9de386b0
commit 6b23b12cc8

View file

@ -1129,10 +1129,6 @@ dnl has it in libc), or if libdl is needed to get it.
# on kernels < 2.5.42 it's called 'rate' instead.
AC_TRY_COMPILE([
#include <linux/kd.h>
#ifdef __sparc__
#include <asm/param.h>
#include <asm/kbio.h>
#endif
],[
int main () {
struct kbd_repeat k;