[-dj patch] fix a tqueue.h compile error in drivers/input/keyboard/ps2serkbd.c

From: Adrian Bunk (bunk@fs.tum.de)
Date: Wed Jun 19 2002 - 10:56:49 EST


Hi Dave,

the patch below fixes two tqueue.h compile errors in files that are only
in 2.5.23-dj1 but not in 2.5.23.

cu
Adrian

--- drivers/input/keyboard/ps2serkbd.c.old Wed Jun 19 17:35:14 2002
+++ drivers/input/keyboard/ps2serkbd.c Wed Jun 19 17:35:34 2002
@@ -31,6 +31,7 @@
 #include <linux/init.h>
 #include <linux/input.h>
 #include <linux/serio.h>
+#include <linux/tqueue.h>

 #define ATKBD_CMD_SETLEDS 0x10ed
 #define ATKBD_CMD_GSCANSET 0x11f0

--- drivers/input/keyboard/sunkbd.c.old Wed Jun 19 17:40:58 2002
+++ drivers/input/keyboard/sunkbd.c Wed Jun 19 17:42:14 2002
@@ -35,6 +35,7 @@
 #include <linux/init.h>
 #include <linux/input.h>
 #include <linux/serio.h>
+#include <linux/tqueue.h>

 MODULE_AUTHOR("Vojtech Pavlik <vojtech@ucw.cz>");
 MODULE_DESCRIPTION("Sun keyboard driver");

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Jun 23 2002 - 22:00:19 EST