[TRIVIAL] Missing tqueue.h in drivers/char/genrtc.c

From: David Gibson (david@gibson.dropbear.id.au)
Date: Wed Jun 19 2002 - 21:18:40 EST


Linus, please apply. This fixes a compile problem on PPC in
drivers/char/genrtc.c. It needs struct tq_struct, defined in
tqueue.h, which must formerly have been indirectly included. With the
recent removal of a bunch of includes, it isn't. This patch includes
it directly.

diff -urN /home/dgibson/kernel/linuxppc-2.5/drivers/char/genrtc.c linux-bluefish/drivers/char/genrtc.c
--- /home/dgibson/kernel/linuxppc-2.5/drivers/char/genrtc.c Fri Jun 14 10:15:07 2002
+++ linux-bluefish/drivers/char/genrtc.c Thu Jun 20 12:01:52 2002
@@ -47,6 +47,7 @@
 #include <linux/init.h>
 #include <linux/poll.h>
 #include <linux/proc_fs.h>
+#include <linux/tqueue.h>
 
 #include <asm/uaccess.h>
 #include <asm/system.h>

-- 
David Gibson			| For every complex problem there is a
david@gibson.dropbear.id.au	| solution which is simple, neat and
				| wrong.  -- H.L. Mencken
http://www.ozlabs.org/people/dgibson
-
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:21 EST