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

Adrian Bunk (bunk@fs.tum.de)
Wed, 19 Jun 2002 17:56:49 +0200 (CEST)


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/